Skip to content

Commit f489038

Browse files
committed
build: try docker img ubuntudesktop/gnome-3-38-2004
1 parent 48c17ee commit f489038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
type: enum
119119
enum: [ 'x64', 'arm64','armv7l' ]
120120
docker:
121-
- image: cimg/base:stable
121+
- image: ubuntudesktop/gnome-3-38-2004
122122
steps:
123-
- run: sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
123+
- run: sudo apt-get -y update && sudo apt install -y rpm
124124
# - run: sudo snap install snapd
125125
- run: sudo snap install snapcraft --classic
126126
- install

0 commit comments

Comments
 (0)