We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4257490 commit 466efcbCopy full SHA for 466efcb
.github/workflows/osx.yml
@@ -85,6 +85,11 @@ jobs:
85
source ./venv/bin/activate
86
pip3 install mac_alias==2.2.0 dmgbuild==1.6.1 biplist polib luaparser
87
88
+ - name: Check Clang OK
89
+ run: |
90
+ echo "Clang++ version:"
91
+ $(brew --prefix llvm)/bin/clang++ --version # Ensure clang++ is installed and working
92
+
93
- name: Build
94
run: |
95
0 commit comments