Skip to content

Commit

Permalink
Fix musl capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Sep 27, 2024
1 parent 07187e5 commit 01135de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [workflow_dispatch]

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}${{ matrix.musl && ' for Musl' || '' }}
name: Build wheels on ${{ matrix.os }}${{ matrix.musl && ' for musl' || '' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 01135de

Please sign in to comment.