This commit is contained in:
Markus Pesch 2025-01-11 13:34:44 +01:00
parent b81bd47330
commit 6d54deb949
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -16,7 +16,8 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- run: |
- name: Install tooling
run: |
apk update
apk add git
- uses: actions/checkout@v4.2.2