feature/build #1

Merged
Tobi merged 47 commits from feature/build into develop 2026-01-01 18:55:06 +01:00
Showing only changes of commit e6eb9ab5da - Show all commits

View File

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