This commit is contained in:
parent
d4aaffe7fa
commit
61755e7b66
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Podman
|
- name: Install Podman
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y podman
|
apt-get update && apt-get install -y podman
|
||||||
|
|
||||||
- name: Podman info
|
- name: Podman info
|
||||||
run: podman info
|
run: podman info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue