Skip to content

Commit df9ee88

Browse files
committed
fix
1 parent e80a598 commit df9ee88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
set -e &&
5454
apk add gcc musl-dev &&
5555
rustup target add aarch64-unknown-linux-musl &&
56-
CC=aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
56+
CC=/usr/bin/aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
5757
name: stable - ${{ matrix.settings.target }} - node@20
5858
runs-on: ${{ matrix.settings.host }}
5959
steps:

0 commit comments

Comments
 (0)