Skip to content

Commit

Permalink
Fix toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 28, 2024
1 parent cf778f1 commit 43e3912
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with: { toolchain: matrix.toolchain }
with: { toolchain: "${{ matrix.toolchain }}" }
- name: Test
run: make test

Expand All @@ -31,8 +31,5 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with: { components: llvm-tools }
- name: Install Crates
run: cargo install grcov
- name: Run pre-commit
uses: pre-commit/[email protected]

0 comments on commit 43e3912

Please sign in to comment.