Try it
/ test (push) Failing after 37s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-05 20:50:28 +00:00
parent b8907a57b8
commit 9c77b84b78
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ jobs:
steps: steps:
- run: apt update; apt install -y podman - run: apt update; apt install -y podman
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: podman build --log-driver=none . - run: podman --log-driver=none build .