Skip to content

Commit c5a2469

Browse files
committed
ci: fix link for package to workaround networking issue
The original link is no longer available.
1 parent cdd16f8 commit c5a2469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
- name: Workaround https://github.com/actions/runner-images/issues/7753
5757
shell: bash
5858
run: |
59-
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3_amd64.deb
60-
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3_amd64.deb
61-
rm --force containernetworking-plugins_1.1.1+ds1-3_amd64.deb
59+
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
60+
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb
61+
rm --force containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb
6262
6363
- name: Workaround https://github.com/containers/crun/issues/1308
6464
shell: bash

0 commit comments

Comments
 (0)