diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 8e0a7e3..4343d3b 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -9,6 +9,8 @@ jobs: go: [ '1.17', '1.18', '1.19', '1.20' ] steps: - uses: actions/checkout@v3 + - name: Workaround for zstd + run: apt update && apt install zstd - name: Set up Go uses: actions/setup-go@v3 with: