Skip to content

Commit

Permalink
feat: support struct array
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Dec 23, 2024
1 parent 8e06c8e commit 4c82787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:stable-2023-09-17-x64
build: |-
set -e &&
target=x86_64-unknown-linux-gnu yarn build &&
Expand All @@ -59,7 +59,7 @@ jobs:
strip -x *.node
- host: ubuntu-latest
target: aarch64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:stable-2023-09-17-aarch64
build: |-
set -e &&
uname -a &&
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ strum_macros = "0.26"

[build-dependencies]
napi-build = "2.0.1"
bindgen = "^0.66.0"


[profile.release]
Expand Down

0 comments on commit 4c82787

Please sign in to comment.