mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
echo when snapcraft not installed
This commit is contained in:
parent
9db307555b
commit
dc192b75a1
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -46,8 +46,7 @@ jobs:
|
|||||||
- name: Set up snap
|
- name: Set up snap
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: |
|
run: |
|
||||||
#sudo snap install snapcraft --classic
|
sudo snap install snapcraft --classic
|
||||||
#echo "::add-path::/snap/bin"
|
|
||||||
echo "$SNAP_TOKEN" | snapcraft login --with -
|
echo "$SNAP_TOKEN" | snapcraft login --with -
|
||||||
env:
|
env:
|
||||||
SNAP_TOKEN: ${{ secrets.SNAP_TOKEN }}
|
SNAP_TOKEN: ${{ secrets.SNAP_TOKEN }}
|
||||||
@ -57,7 +56,7 @@ jobs:
|
|||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
snap --version
|
snap --version
|
||||||
snapcraft --version
|
snapcraft --version || echo 'snapcraft unavailable'
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user