Skip to content

Commit

Permalink
WHAT IS INCLUDE PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Jan 11, 2024
1 parent 5865f22 commit 3f8cf33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ jobs:
brew install gcc@10 sdl2
ln -s /usr/local/bin/gcc-10 /usr/local/bin/gcc
ln -s /usr/local/bin/g++-10 /usr/local/bin/g++
sudo ln -s /usr/local /Library/Developer/CommandLineTools/SDKs/*/usr/local
- run: which gcc
- run: |
which gcc
gcc -E -Wp,-v -
- name: Compile debug and release
run: |
Expand Down

0 comments on commit 3f8cf33

Please sign in to comment.