We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0146f6 commit 0389cd0Copy full SHA for 0389cd0
.github/workflows/CI.yml
@@ -53,7 +53,7 @@ jobs:
53
set -e &&
54
apk add gcc musl-dev &&
55
rustup target add aarch64-unknown-linux-musl &&
56
- CC=aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
+ CC=/usr/bin/aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
57
name: stable - ${{ matrix.settings.target }} - node@20
58
runs-on: ${{ matrix.settings.host }}
59
steps:
0 commit comments