Skip to content

Commit f4c5a2e

Browse files
committed
logging
1 parent 3b9d556 commit f4c5a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)