This commit is contained in:
parent
e8bb63537e
commit
d08346707a
@ -20,10 +20,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Podman
|
||||
- name: Install Podman with runc
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y podman
|
||||
sudo apt-get install -y runc containerd podman
|
||||
runc --version
|
||||
podman --version
|
||||
|
||||
- name: Create volume if not exists
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user