Added workaround for zstd
Build the API (1.17) Details
Build the API (1.18) Details
Build the API (1.19) Details
Build the API (1.20) Details

This commit is contained in:
Profitroll 2023-04-14 14:56:44 +02:00
parent daba5228f8
commit 337d7b6a55
1 changed files with 2 additions and 0 deletions

View File

@ -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: