Skip to content

Commit

Permalink
specify CXX for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 25, 2024
1 parent 9f7946a commit b2d7a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.target.id == 'windows-amd64'

- name: Build
if: matrix.target.id != 'windows-amd64' && matrix.target != 'linux-musl'
if: matrix.target.id != 'windows-amd64' && matrix.target.id != 'linux-musl'
shell: bash
run: |
./build.sh
Expand Down

0 comments on commit b2d7a4e

Please sign in to comment.