diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 3e9cc2e..95cafdf 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -38,6 +38,7 @@ jobs: run: | #${{ matrix.c_compiler }} -v -std=gnu99 -Wall -Wextra -o see_defs main.c export CC=${{ matrix.c_compiler }} + export SDKROOT=$(xcrun --show-sdk-path) mkdir build cd build cmake .. |