Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
8ef0e957f0
commit
99d5cf5edd
1 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,6 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: apt update; apt install podman
|
||||
- run: apt update; apt install -y podman
|
||||
- uses: actions/checkout@v4
|
||||
- run: podman build .
|
||||
|
|
Loading…
Add table
Reference in a new issue