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 -y install pkg-config libxss-dev libsecret-1-dev rpm
|
||||
|
||||
- name: Set up snap
|
||||
run: |
|
||||
sudo snap install snapcraft --classic
|
||||
echo "$SNAP_TOKEN" | snapcraft login --with -
|
||||
env:
|
||||
SNAP_TOKEN: ${{ secrets.SNAP_TOKEN }}
|
||||
- name: Install Snap
|
||||
uses: samuelmeuli/action-snapcraft@v1
|
||||
with:
|
||||
snapcraft_token: ${{ secrets.SNAP_TOKEN }}
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user