hm
Some checks failed
CI / build-and-test (pull_request) Successful in 3m2s
CI / build-docker-image (pull_request) Failing after 3m30s

This commit is contained in:
Tobias Klemp
2025-12-07 23:31:50 +01:00
parent fbd2cf9dfa
commit e6eb9ab5da

View File

@@ -47,6 +47,9 @@ jobs:
- name: Setup Podman - name: Setup Podman
run: sudo apt-get -y install podman run: sudo apt-get -y install podman
- name: verify Podman installation
run: podman -v
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4