Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jul 11, 2024
1 parent e21b8ac commit 5c79894
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
check-latest: true
- uses: dtolnay/rust-toolchain@stable
- name: Setup rust target
run: rustup target add ${{ matrix.target }}
- name: Install dependencies
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
check-latest: true
- uses: dtolnay/rust-toolchain@stable
- name: Setup rust target
run: rustup target add aarch64-apple-darwin
- name: Install dependencies
Expand Down Expand Up @@ -129,6 +131,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
check-latest: true
- uses: dtolnay/rust-toolchain@stable
- uses: goto-bus-stop/setup-zig@v2
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: rustfmt
run: cargo fmt --all -- --check
- name: Run Clippy
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features
test-js:
Expand All @@ -45,6 +46,7 @@ jobs:
check-latest: true
- name: Install dependencies
uses: ./.github/actions/yarn-install
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Build
run: yarn build
Expand Down

0 comments on commit 5c79894

Please sign in to comment.