Skip to content

Commit 4d6a9ca

Browse files
committed
fix: template is not valid
1 parent 7421d24 commit 4d6a9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
fi
149149
150150
- name: Install and check clang-format wheels
151-
if: fromJSON(matrix.version) >= 10 # Version 9 failed on MacOS and Windows
151+
if: ${{ matrix.version }} >= 10 # Version 9 failed on MacOS and Windows
152152
shell: bash
153153
run: |
154154
set -e

0 commit comments

Comments
 (0)