This commit is contained in:
Core 2022-05-02 08:28:41 +01:00
parent 1efa3c1e65
commit f88e242008
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

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