Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent 8750c01 commit 1403793
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ runs:
with:
components: rustfmt

- uses: cargo-bins/cargo-binstall@main

- name: Install Cross
run: cargo binstall cross
shell: bash

- name: pnpm install node modules
run: pnpm i --frozen-lockfile
shell: bash
2 changes: 1 addition & 1 deletion packages/toml-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "./index.d.ts",
"scripts": {
"build": "napi build --release --platform",
"build:bindings": "napi build --release --platform --target $CLI_BUILD_ARCH",
"build:bindings": "napi build --release --platform --target $CLI_BUILD_ARCH --use-cross",
"test": "cargo test",
"lint": "cargo fmt --check",
"lint:fix": "cargo fmt && cargo fmt --check",
Expand Down

0 comments on commit 1403793

Please sign in to comment.