Skip to content

Commit

Permalink
fix: Use default rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Aug 18, 2023
1 parent 23e54dd commit 789dc83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: "1.67.0"
profile: minimal
override: true

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal

- name: Install LLVM and Clang (Windows) # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797
uses: KyleMayes/install-llvm-action@32c4866ebb71e0949e8833eb49beeebed48532bd
Expand Down

0 comments on commit 789dc83

Please sign in to comment.