Skip to content

Commit

Permalink
Update test-mlc-podman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Feb 17, 2025
1 parent d6cf3ea commit f31c95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mlc-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Uninstall docker and install podman
run: |
sudo apt remove -y docker.io docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo apt purge -y docker.io docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo apt remove -y docker.io docker-ce docker-ce-cli containerd.io
sudo apt purge -y docker.io docker-ce docker-ce-cli containerd.io
sudo rm -rf /var/lib/docker /var/lib/containerd
sudo apt update
sudo apt install -y podman
Expand Down

0 comments on commit f31c95f

Please sign in to comment.