Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgord9518 committed Sep 3, 2024
1 parent 1418b59 commit 1fa27b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install deps
run: |
sudo apt update
sudo apt install squashfs-tools zip liblz4
sudo apt install squashfs-tools zip liblz4-1
- name: Build (Linux, Musl libc, static, x86_64)
run: ARCH=x86_64 OS=linux LIBC=musl ./build.sh
Expand Down

0 comments on commit 1fa27b0

Please sign in to comment.