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
|
||||
- run:
|
||||
name: Install Snap
|
||||
command: sudo snap install snapcraft --classic
|
||||
command: |
|
||||
sudo apt update
|
||||
sudo apt install snapd
|
||||
- run:
|
||||
name: Fix Versioning and Add Channel
|
||||
command: yarn circle:script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue