Skip to content

Commit 547a038

Browse files
committed
ci: update workflow to align with Makefile
1 parent a896956 commit 547a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2323
- run: mkdir -p release
2424
- name: install dependencies
25-
run: sudo apt install -y curl libarchive-tools jq tar unzip xz-utils zstd
25+
run: sudo apt install -y curl libarchive-tools jq tar unzip
2626
- name: build package & make hash
2727
run: |
2828
sudo make

0 commit comments

Comments
 (0)