Skip to content

Commit

Permalink
Merge pull request #494 from lack/ci-sanity-check
Browse files Browse the repository at this point in the history
Address CI failures by updating apt-get cache before installing packages
  • Loading branch information
fredericlepied authored Nov 25, 2024
2 parents 932a5ec + 607f39f commit 160761d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
run: |
set -x
# Prefer using podman over docker
sudo apt-get update
apt-get download podman-docker
sudo dpkg --force-all -i podman-docker*.deb 2>/dev/null
EXCLUDE="--exclude hack/ --exclude plugins/modules/nmcli.py"
Expand Down

0 comments on commit 160761d

Please sign in to comment.