Skip to content

Commit

Permalink
MOAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 4, 2023
1 parent e92f714 commit 5c9a9b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
# TODO: do we need the next two lines?
- run: LDFLAGS=-L/usr/local/opt/llvm@13/lib >> $GITHUB_ENV
- run: CPPFLAGS=-I/usr/local/opt/llvm@13/include >> $GITHUB_ENV
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | cpp) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | clang-cpp) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | clang-cpp-13) || true
- run: |
Expand Down

0 comments on commit 5c9a9b0

Please sign in to comment.