Skip to content

Commit 906a4b8

Browse files
committed
debugging
1 parent 0f62ff1 commit 906a4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
5252
build: |-
5353
set -e &&
54+
ls -l /bin &&
5455
rustup target add aarch64-unknown-linux-musl &&
5556
CC=aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
5657
name: stable - ${{ matrix.settings.target }} - node@20

0 commit comments

Comments
 (0)