chore/gitea-act-runner #14

Closed
volker.raschek wants to merge 38 commits from chore/gitea-act-runner into master
Showing only changes of commit 1e0cdc6dfd - Show all commits

View File

@ -18,7 +18,7 @@ jobs:
steps: steps:
- run: | - run: |
apk update apk update
apk install apk add git
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.2
# - name: Install build tools # - name: Install build tools
# run: | # run: |