Skip to content

Commit 9839d5e

Browse files
committed
Put toolchain condition
1 parent a353dec commit 9839d5e

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
@@ -25,7 +25,6 @@ jobs:
2525
- ubuntu-latest
2626
- macos-latest
2727
- windows-latest
28-
2928
toolchain:
3029
- 1.88.0
3130
- stable
@@ -59,3 +58,4 @@ jobs:
5958
if: runner.os == 'Linux'
6059
- name: Lint
6160
run: just lint
61+
if: matrix.toolchain == '1.88.0'

0 commit comments

Comments
 (0)