Skip to content

Commit

Permalink
Add musl tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jul 23, 2024
1 parent ac0b90f commit 0d7837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
packages/realm/binding/generated
prebuild-node:
name: Prebuild ${{ matrix.os }} ${{ matrix.arch }}${{ matrix.libc == 'musl' && 'musl' }} (Node.js)
name: Prebuild ${{ matrix.os }} ${{ matrix.arch }}${{ matrix.libc == 'musl' && '-musl' || '' }} (Node.js)
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 0d7837d

Please sign in to comment.