We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695c89c commit beec644Copy full SHA for beec644
.circleci/config.yml
@@ -120,7 +120,9 @@ jobs:
120
docker:
121
- image: ubuntudesktop/gnome-3-38-2004
122
steps:
123
- - run: sudo apt-get -y update && sudo apt-get install -y git && sudo apt install -y rpm
+ - run: sudo apt-get -y update
124
+ - run: sudo apt-get install -y git && sudo apt install -y curl
125
+ - run: sudo apt install -y rpm
126
# - run: sudo snap install snapd
127
# - run: sudo snap install snapcraft --classic
128
- install
0 commit comments