Skip to content

Commit

Permalink
modified ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YinMo19 authored and YinMo19 committed Nov 28, 2024
1 parent f4fc8ab commit e9b8719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.build == 'linux'
run: |
sudo apt-get update
sudo apt-get install libssl-dev cmake pkg-config
sudo apt-get install libssl-dev cmake pkg-config musl-gcc
- name: Build binary
run: cargo build --target ${{ matrix.target }}
Expand Down

0 comments on commit e9b8719

Please sign in to comment.