Skip to content

Commit

Permalink
build: dependency whack-a-mole
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed May 2, 2023
1 parent 695c89c commit beec644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
docker:
- image: ubuntudesktop/gnome-3-38-2004
steps:
- run: sudo apt-get -y update && sudo apt-get install -y git && sudo apt install -y rpm
- run: sudo apt-get -y update
- run: sudo apt-get install -y git && sudo apt install -y curl
- run: sudo apt install -y rpm
# - run: sudo snap install snapd
# - run: sudo snap install snapcraft --classic
- install
Expand Down

0 comments on commit beec644

Please sign in to comment.