Skip to content

Commit 43e3912

Browse files
committed
Fix toolchain
1 parent cf778f1 commit 43e3912

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: Swatinem/rust-cache@v2
1818
- name: Setup Rust
1919
uses: dtolnay/rust-toolchain@stable
20-
with: { toolchain: matrix.toolchain }
20+
with: { toolchain: "${{ matrix.toolchain }}" }
2121
- name: Test
2222
run: make test
2323

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

0 commit comments

Comments
 (0)