Try it
/ test (push) Failing after 2m28s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-05 21:05:04 +00:00
parent 286d104cfb
commit 7b2e1bc417
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ jobs:
- run: apt update; apt install -y podman - run: apt update; apt install -y podman
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: mkdir -p $HOME/.config/containers/; echo "[containers]" > /etc/containers/containers.conf; echo 'log_driver = "none"' >> /etc/containers/containers.conf - run: mkdir -p $HOME/.config/containers/; echo "[containers]" > /etc/containers/containers.conf; echo 'log_driver = "none"' >> /etc/containers/containers.conf
- run: echo "[engine]" >> /etc/containers/containers.conf; echo 'cgroup_manager = "cgroupfs"' >> /etc/containers.conf; echo 'events_logger = "file"' >> /etc/containers.conf;
- run: podman build . - run: podman build .