Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use rustup
  • Loading branch information
ShaharNaveh committed Mar 30, 2026
commit 8a9b9e2b3a138209615c76fd24fb890351570a41
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,7 @@ jobs:
restore-keys: |
cargo-check-${{ runner.os }}-${{ matrix.target }}-

- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
with:
target: ${{ matrix.target }}
toolchain: stable
- run: rustup toolchain install stable --target "${{ matrix.target }}"

- name: Setup Android NDK
if: ${{ matrix.target == 'aarch64-linux-android' }}
Expand Down