Skip to content

Commit

Permalink
set cc
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Oct 19, 2023
1 parent 7bf3f91 commit 5bb70bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
target: aarch64-unknown-linux-gnu
cross: gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
build: |-
set -e &&
yarn build --target aarch64-unknown-linux-gnu &&
export CC=/usr/bin/aarch64-linux-gnu-gcc
export CXX=/usr/bin/aarch64-linux-gnu-g++
yarn build --target aarch64-unknown-linux-gnu
aarch64-unknown-linux-gnu-strip *.node
- host: windows-latest
target: aarch64-pc-windows-msvc
Expand Down

0 comments on commit 5bb70bf

Please sign in to comment.