Skip to content

Commit 98a214a

Browse files
committed
Fix typo in rust.yml
1 parent e748be3 commit 98a214a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
7979

8080
build-others:
81-
name: Build on ${{ matrix-os }}
81+
name: Build on ${{ matrix.os }}
8282
needs:
8383
- build-linux
8484
- codecov

0 commit comments

Comments
 (0)