Skip to content

Commit

Permalink
ci: update workflow to align with Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed May 12, 2024
1 parent a896956 commit 547a038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- run: mkdir -p release
- name: install dependencies
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
- name: build package & make hash
run: |
sudo make
Expand Down

0 comments on commit 547a038

Please sign in to comment.