Skip to content

Commit beec644

Browse files
committed
build: dependency whack-a-mole
1 parent 695c89c commit beec644

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ jobs:
120120
docker:
121121
- image: ubuntudesktop/gnome-3-38-2004
122122
steps:
123-
- run: sudo apt-get -y update && sudo apt-get install -y git && sudo apt install -y rpm
123+
- 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
124126
# - run: sudo snap install snapd
125127
# - run: sudo snap install snapcraft --classic
126128
- install

0 commit comments

Comments
 (0)