Skip to content

Commit

Permalink
adding sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe authored Jun 27, 2023
1 parent 4eed09f commit a452dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@v3
- name: Install CNI plugins
run: |
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-1_amd64.deb
dpkg -i containernetworking-plugins_1.1.1+ds1-1_amd64.deb
sudo curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-1_amd64.deb
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-1_amd64.deb
podman system reset --force
- name: Install Podman Compose
run: pip3 install https://github.com/containers/podman-compose/archive/devel.tar.gz
Expand Down

0 comments on commit a452dce

Please sign in to comment.