Skip to content

Commit

Permalink
ci: test compiling packaged libraries on musl
Browse files Browse the repository at this point in the history
because link-time behavior is important for the libpthread changes
being made.
  • Loading branch information
flavorjones committed Nov 18, 2023
1 parent 985d15b commit 340dc31
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 @@ -151,7 +151,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sys: ["enable"]
sys: ["enable", "disable"]
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:alpine
Expand Down

0 comments on commit 340dc31

Please sign in to comment.