File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments