aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2025-06-08 14:29:25 +0300
committerMartin Pärtel <martin.partel@gmail.com>2025-06-08 14:29:25 +0300
commitd5152d998d44c041a322959eca6a367272eb34c0 (patch)
treed94af77c54e242d3729febaece672b370750c425 /.github/workflows/tests.yml
parent2274c96b908d539244e6bb899297c508c286ac1f (diff)
downloadbindfs-d5152d998d44c041a322959eca6a367272eb34c0.tar.gz
CI fix
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index c50d7b0..9673c5d 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -106,7 +106,7 @@ jobs:
clang-${{ matrix.clang_major_version }}
- name: Add versioned aliases for Clang ${{ matrix.clang_major_version }}
- if: "${{ runner.os == 'macOS' && contains(matrix.cxx, 'clang') }}"
+ if: "${{ runner.os == 'macOS' && matrix.clang_major_version != null }}"
run: |-
set -x
sudo ln -s "$(brew --prefix llvm@${{ matrix.clang_major_version }})"/bin/clang /usr/local/bin/clang-${{ matrix.clang_major_version }}