.gitea/workflows/build.yml aktualisiert
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 1m45s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Failing after 2m4s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 42s
Output Information / info (push) Successful in 8s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 1m45s
Build Workflow / Build (push) Successful in 4m38s
Build Workflow / Deploy (push) Successful in 2m20s

This commit is contained in:
2026-05-08 22:35:22 +02:00
parent 6b5c3d084b
commit 681af72b87
+3
View File
@@ -83,6 +83,9 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
#- uses: seepine/hash-files@v1 #- uses: seepine/hash-files@v1
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1 - uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: get-cache-hash id: get-cache-hash
with: with: