Pin Rust version in CI workflows to 1.67

This commit is contained in:
thunderbiscuit
2023-04-24 13:51:37 -04:00
parent b8b60dda87
commit f2296704e6
7 changed files with 24 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: Install Rust targets
run: |
rustup install nightly-x86_64-apple-darwin