Added workaround for zstd
Some checks failed
Build the API (1.17)
Build the API (1.18)
Build the API (1.19)
Build the API (1.20)

This commit is contained in:
Profitroll 2023-04-14 14:56:44 +02:00
parent daba5228f8
commit 337d7b6a55

View File

@ -9,6 +9,8 @@ jobs:
go: [ '1.17', '1.18', '1.19', '1.20' ] go: [ '1.17', '1.18', '1.19', '1.20' ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Workaround for zstd
run: apt update && apt install zstd
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with: