1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

switches snap installation method (#655)

This commit is contained in:
Joseph Flinn
2021-01-22 10:40:38 -08:00
committed by GitHub
parent 03343bfd91
commit 2220c00702

View File

@@ -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: |