asdf
This commit is contained in:
parent
1ee7607c6a
commit
710214caba
1 changed files with 5 additions and 4 deletions
9
.github/workflows/c-cpp.yml
vendored
9
.github/workflows/c-cpp.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
||||||
which cc
|
which cc
|
||||||
which gcc
|
which gcc
|
||||||
|
|
||||||
ls -lR /Library/Developer/CommandLineTools || true
|
|
||||||
ls -lR $HOME/Library/Developer/CommandLineTools || true
|
|
||||||
|
|
||||||
cc --version
|
cc --version
|
||||||
|
/Library/Developer/CommandLineTools/usr/bin/cc --version
|
||||||
|
|
||||||
|
export PATH=/Library/Developer/CommandLineTools/usr/bin/:$PATH
|
||||||
|
|
||||||
sudo xcode-select -switch /Applications/Xcode_12.2.app
|
sudo xcode-select -switch /Applications/Xcode_12.2.app
|
||||||
|
|
||||||
|
|
@ -30,5 +30,6 @@ jobs:
|
||||||
which gcc
|
which gcc
|
||||||
|
|
||||||
cc --version
|
cc --version
|
||||||
|
/Library/Developer/CommandLineTools/usr/bin/cc --version
|
||||||
|
|
||||||
make universal_app
|
make universal_app CC=/Library/Developer/CommandLineTools/usr/bin/cc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue