Skip to content

Commit 0891212

Browse files
committed
fix build
1 parent 4560eab commit 0891212

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
- host: ubuntu-latest
3535
target: x86_64-unknown-linux-gnu
3636
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
37-
build: yarn build --target x86_64-unknown-linux-gnu
37+
build: |-
38+
apt-get update -yq &&
39+
apt-get install -yq lld &&
40+
CC=x86_64-linux-gnu-gcc CXX=x86_64-linux-gnu-g++ yarn build --target x86_64-unknown-linux-gnu
3841
- host: ubuntu-latest
3942
target: x86_64-unknown-linux-musl
4043
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine

0 commit comments

Comments
 (0)