Added workaround for zstd
This commit is contained in:
parent
daba5228f8
commit
337d7b6a55
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user