Skip to content

Commit 466efcb

Browse files
Update osx.yml
1 parent 4257490 commit 466efcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/osx.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
source ./venv/bin/activate
8686
pip3 install mac_alias==2.2.0 dmgbuild==1.6.1 biplist polib luaparser
8787
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+
8893
- name: Build
8994
run: |
9095
source ./venv/bin/activate

0 commit comments

Comments
 (0)