test
This commit is contained in:
parent
1efa3c1e65
commit
f88e242008
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@ jobs:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
name: Install Snap
|
name: Install Snap
|
||||||
command: sudo snap install snapcraft --classic
|
command: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install snapd
|
||||||
- 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