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 fc700c7 commit 7cd9855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:

- name: Install Cross
run: cargo install cross --git https://github.com/cross-rs/cross
shell: bash

- name: pnpm install node modules
run: pnpm i --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
uses: ./.github/actions/setup

- name: Build Native Artifacts
shell: bash
run: ./scripts/release.sh
run: ./scripts/release.sh
shell: bash

0 comments on commit 7cd9855

Please sign in to comment.