Skip to content

Commit

Permalink
ci: Install stable toolchain for test-uniffi-codegen
Browse files Browse the repository at this point in the history
The xtask is explicitly using the stable, and there is no reason to use
a less stable toolchain for this job.
  • Loading branch information
jplatte committed Nov 15, 2022
1 parent 882b206 commit 5a1e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindings_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
profile: minimal
override: true

Expand Down

0 comments on commit 5a1e347

Please sign in to comment.