Skip to content

Commit

Permalink
Fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed May 24, 2024
1 parent d3e70c9 commit 2ddb662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install clang
shell: "bash -l {0}"
if: ${{ matrix.platform == 'macos-12' }}
if: ${{ matrix.platform }} == 'macos-12'
run: |
conda activate env
conda install -y clang<17
Expand Down

0 comments on commit 2ddb662

Please sign in to comment.