mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Fix CI workflow (#164)
This commit is contained in:
parent
c7864cb869
commit
2673cfaeb9
4 changed files with 162 additions and 143 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue