We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a896956 commit 547a038Copy full SHA for 547a038
.github/workflows/action.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
23
- run: mkdir -p release
24
- name: install dependencies
25
- run: sudo apt install -y curl libarchive-tools jq tar unzip xz-utils zstd
+ run: sudo apt install -y curl libarchive-tools jq tar unzip
26
- name: build package & make hash
27
run: |
28
sudo make
0 commit comments