Skip to content

Commit 81a5939

Browse files
committed
add uname
1 parent cbeef86 commit 81a5939

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
@@ -49,6 +49,7 @@ jobs:
4949
target: aarch64-unknown-linux-gnu
5050
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
5151
build: |
52+
uname -a
5253
echo "fetching zig tar"
5354
curl --output zig-linux-aarch64-0.13.0.tar.xz https://ziglang.org/download/0.13.0/zig-linux-aarch64-0.13.0.tar.xz
5455
echo "unzipping zig"

0 commit comments

Comments
 (0)