We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cd192 commit 48c17eeCopy full SHA for 48c17ee
.circleci/config.yml
@@ -120,8 +120,8 @@ jobs:
120
docker:
121
- image: cimg/base:stable
122
steps:
123
- - run: sudo apt-get update && sudo apt install rpm
124
- - run: sudo snap install snapd
+ - run: sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
+ # - run: sudo snap install snapd
125
- run: sudo snap install snapcraft --classic
126
- install
127
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
0 commit comments