Skip to content

Commit

Permalink
Install zip with root
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigner committed Apr 11, 2024
1 parent a23729b commit 376707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
-
name: Build
run: |
apt install zip
sudo apt-get install zip
chmod +x compile_linux.sh
./compile_linux.sh amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }}
-
Expand Down

0 comments on commit 376707b

Please sign in to comment.