Skip to content

Commit

Permalink
ci: fix link for package to workaround networking issue
Browse files Browse the repository at this point in the history
The original link is no longer available.
  • Loading branch information
pbrezina committed Nov 27, 2024
1 parent e6b1619 commit e955c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ runs:
- name: Workaround https://github.com/actions/runner-images/issues/7753
shell: bash
run: |
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3_amd64.deb
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3_amd64.deb
rm --force containernetworking-plugins_1.1.1+ds1-3_amd64.deb
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb
rm --force containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb
- name: Workaround https://github.com/containers/crun/issues/1308
shell: bash
Expand Down

0 comments on commit e955c94

Please sign in to comment.