Skip to content

Commit b02aa51

Browse files
authored
fix: macos builds
Found post on s.o. about c++ headers not being found when using llvm clang installed using homebrew [here](https://stackoverflow.com/questions/77250743/mac-xcode-g-cannot-compile-even-a-basic-c-program-issues-with-standard-libr) and when I tested the proposed solution in my imhex fork the macos x86 builds were able to complete.
1 parent 36eeee5 commit b02aa51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ jobs:
345345
restore-keys: ${{ runner.os }}${{ matrix.suffix }}-ccache
346346
max-size: 1G
347347

348+
- name: Set Xcode version
349+
run: sudo xcode-select -s /Library/Developer/CommandLineTools
350+
348351
- name: ⬇️ Install dependencies
349352
env:
350353
# Make brew not display useless errors

0 commit comments

Comments
 (0)