Skip to content

Commit 48c17ee

Browse files
committed
build: apt install snapd
1 parent c4cd192 commit 48c17ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
docker:
121121
- image: cimg/base:stable
122122
steps:
123-
- run: sudo apt-get update && sudo apt install rpm
124-
- run: sudo snap install snapd
123+
- run: sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
124+
# - run: sudo snap install snapd
125125
- run: sudo snap install snapcraft --classic
126126
- install
127127
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run

0 commit comments

Comments
 (0)