Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Disable musl-gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmulder committed Jul 20, 2024
1 parent 37d96a8 commit 46505a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- clang-14
- clang-15
- clang-16
- musl-gcc
- tcc
#- musl-gcc # no suitable libcurl
runs-on: debian12-agent
env:
CC: '${{ matrix.cc }}'
Expand Down

0 comments on commit 46505a4

Please sign in to comment.