Fix CI workflow (#164)

This commit is contained in:
Ulyssa 2023-10-05 18:37:31 -07:00 committed by GitHub
parent c7864cb869
commit 2673cfaeb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 162 additions and 143 deletions

View file

@ -19,8 +19,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust (1.66 w/ clippy)
uses: dtolnay/rust-toolchain@1.66
- name: Install Rust (1.67 w/ clippy)
uses: dtolnay/rust-toolchain@1.67
with:
components: clippy
- name: Install Rust (nightly w/ rustfmt)