test
This commit is contained in:
parent
d457c57339
commit
42384afa1f
1 changed files with 3 additions and 2 deletions
|
@ -62,8 +62,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Snap
|
name: Install Snap
|
||||||
command: |
|
command: |
|
||||||
sudo apt update
|
sudo apt update && sudo apt install -y snapd
|
||||||
sudo apt install snapd
|
sudo snap install snapcraft --edge --classic
|
||||||
|
/snap/bin/snapcraft
|
||||||
- run:
|
- run:
|
||||||
name: Fix Versioning and Add Channel
|
name: Fix Versioning and Add Channel
|
||||||
command: yarn circle:script
|
command: yarn circle:script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue