Skip to content

Commit 2ddb662

Browse files
committed
Fix if statement
1 parent d3e70c9 commit 2ddb662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install clang
4646
shell: "bash -l {0}"
47-
if: ${{ matrix.platform == 'macos-12' }}
47+
if: ${{ matrix.platform }} == 'macos-12'
4848
run: |
4949
conda activate env
5050
conda install -y clang<17

0 commit comments

Comments
 (0)