Skip to content

Commit

Permalink
Fixes #137 uses Rust stable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Apr 19, 2023
1 parent 24a63a2 commit 4251f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ common-steps:
name: Install Rustup nightly
command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > install.sh
sh install.sh -y --default-toolchain nightly --component cargo
sh install.sh -y --default-toolchain stable --component cargo
- &build_jce
run:
Expand Down

0 comments on commit 4251f79

Please sign in to comment.