Pin Rust version in CI workflows to 1.67
This commit is contained in:
3
.github/workflows/test-swift.yaml
vendored
3
.github/workflows/test-swift.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user