We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb35e8 commit 284c771Copy full SHA for 284c771
1 file changed
.github/workflows/CI.yml
@@ -52,7 +52,7 @@ jobs:
52
build: |-
53
set -e &&
54
rustup target add aarch64-unknown-linux-musl &&
55
- yarn build --target aarch64-unknown-linux-musl
+ CC=aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
56
name: stable - ${{ matrix.settings.target }} - node@20
57
runs-on: ${{ matrix.settings.host }}
58
steps:
0 commit comments