Skip to content

Commit b6a9d3d

Browse files
committed
export
1 parent 225d515 commit b6a9d3d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
# strip -x *.node
4848
- host: ubuntu-latest
4949
target: aarch64-unknown-linux-gnu
50-
shell: bash
5150
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
5251
build: |
5352
echo "fetching zig tar"
@@ -57,8 +56,10 @@ jobs:
5756
pwd
5857
ls
5958
echo "exporting path"
60-
echo 'export PATH="/build/zig-linux-x86_64-0.13.0:$PATH"' >> ~/.bashrc
61-
source ~/.bashrc
59+
export PATH=$PATH:/build/zig-linux-x86_64-0.13.0
60+
# export PATH=$PATH:/build/zig-linux-x86_64-0.13.0
61+
# echo 'export PATH=$PATH:/build/zig-linux-x86_64-0.13.0' >> ~/.bashrc
62+
# source ~/.bashrc
6263
echo "zig version"
6364
zig version
6465
yarn build --zig --target aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)