Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jul 23, 2024
1 parent 7158320 commit ac0b90f
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' && fromJSON('["musl"]') || fromJSON('[""]') }} (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 ac0b90f

Please sign in to comment.