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 48c17ee commit f489038Copy full SHA for f489038
.circleci/config.yml
@@ -118,9 +118,9 @@ jobs:
118
type: enum
119
enum: [ 'x64', 'arm64','armv7l' ]
120
docker:
121
- - image: cimg/base:stable
+ - image: ubuntudesktop/gnome-3-38-2004
122
steps:
123
- - run: sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
+ - run: sudo apt-get -y update && sudo apt install -y rpm
124
# - run: sudo snap install snapd
125
- run: sudo snap install snapcraft --classic
126
- install
0 commit comments