mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
switches snap installation method (#655)
This commit is contained in:
parent
03343bfd91
commit
2220c00702
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -68,12 +68,10 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev rpm
|
sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev rpm
|
||||||
|
|
||||||
- name: Set up snap
|
- name: Install Snap
|
||||||
run: |
|
uses: samuelmeuli/action-snapcraft@v1
|
||||||
sudo snap install snapcraft --classic
|
with:
|
||||||
echo "$SNAP_TOKEN" | snapcraft login --with -
|
snapcraft_token: ${{ secrets.SNAP_TOKEN }}
|
||||||
env:
|
|
||||||
SNAP_TOKEN: ${{ secrets.SNAP_TOKEN }}
|
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user