Skip to content

Commit 3e58a6a

Browse files
authored
ci: change one more CC -> TARGET_CC (#599)
1 parent a7f0c53 commit 3e58a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-napi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
build: |-
9292
sudo apt-get update &&
9393
sudo apt-get install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu -y &&
94-
export CC=riscv64-linux-gnu-gcc &&
94+
export TARGET_CC=riscv64-linux-gnu-gcc &&
9595
export CXX=riscv64-linux-gnu-g++ &&
9696
pnpm build
9797
- os: ubuntu-latest

0 commit comments

Comments
 (0)