Skip to content

Commit

Permalink
Fix CI workflow (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa authored Oct 6, 2023
1 parent c7864cb commit 2673cfa
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 143 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit 2673cfa

Please sign in to comment.