switch XCode to cmd line

master
Pierre Joye 2021-08-21 23:43:34 +07:00
parent b647102679
commit 439898e65f
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ jobs:
echo "JOBS=$(sysctl -n hw.logicalcpu)" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/usr/local/opt/jpeg-turbo/lib/pkgconfig" >> $GITHUB_ENV
echo "CFLAGS=-I/opt/X11/include" >> $GITHUB_ENV
sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.