Skip to content

Commit aba24d7

Browse files
committed
ci: fix no_override check
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
1 parent b2c6689 commit aba24d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
rust-${{ matrix.rust_version }}
3737
3838
- name: Rustup ${{ matrix.rust_version }}
39-
if: ${{ matrix.rust_version}} != "no_override"
39+
if: ${{ matrix.rust_version != "no_override" }}
4040
run: |
4141
rustup override set ${{ matrix.rust_version }}
4242

0 commit comments

Comments
 (0)