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

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

View File

@ -5,4 +5,5 @@ 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 --log-driver=none build . - run: mkdir -p $HOME/.config/containers/; echo "[containers]" > $HOME/.config/containers/containers.conf; echo 'log_driver = "none"' >> $HOME/.config/containers/containers.conf
- run: podman build .