Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed May 8, 2024
1 parent 812a993 commit ed6a8d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:

# install Rust
- name: Use the latest stable release
run: rustup update stable && rustup default stable
run: |
rustup update stable --no-self-update
rustup default stable
- name: Install Rust target for cross-compilation
run: rustup target add ${{ env.CORE_TARGET }}

Expand Down

0 comments on commit ed6a8d8

Please sign in to comment.