Skip to content

Commit 695c89c

Browse files
committed
build: why is git not on this image
1 parent 62bc0dd commit 695c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
docker:
121121
- image: ubuntudesktop/gnome-3-38-2004
122122
steps:
123-
- run: sudo apt-get -y update && sudo apt install -y rpm
123+
- run: sudo apt-get -y update && sudo apt-get install -y git && 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)