We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3be1dd commit aeaf228Copy full SHA for aeaf228
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install clang
46
shell: "bash -l {0}"
47
- if: ${{ matrix.platform == 'macos-12' }}
+ if: ${{ matrix.platform }} == 'macos-12'
48
run: |
49
conda activate env
50
conda install -y 'clang>=12.0.1,<17'
0 commit comments