Skip to content

Commit

Permalink
Address CI failures by updating apt-get cache before installing packages
Browse files Browse the repository at this point in the history
See actions/runner-images#7452 for more
explanation.

Signed-off-by: Jim Ramsay <[email protected]>
  • Loading branch information
lack committed Nov 25, 2024
1 parent 932a5ec commit 607f39f
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 607f39f

Please sign in to comment.