Skip to content

Commit 9a9a873

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ 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 curl dpkg fakeroot rpm
124125
# - run: sudo snap install snapd
125126
# - run: sudo snap install snapcraft --classic
126127
- install

0 commit comments

Comments
 (0)