Skip to content

Commit

Permalink
ci: Fix Podman job
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Oct 12, 2024
1 parent 38c079b commit 6cfb605
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ jobs:
steps:
- run: cat /etc/os-release || true
- run: podman info
# TODO(rm3l): workaround for https://github.com/actions/runner-images/issues/7753
# (caused by https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394).
# Remove this when this issue is fixed and available in the ubuntu runner image
- run: |
sudo apt install podman=3.4.4+ds1-1ubuntu1 --allow-downgrades
podman info
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit 6cfb605

Please sign in to comment.