diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-08-01 19:38:46 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-08-01 19:38:46 -0400 |
commit | 0bc695a03e46ef8281f6945e05c06f37ae9cf009 (patch) | |
tree | e8fd2e609913a6496e2be9e554b02e8e581d70a0 /.github | |
parent | d75439a42633f7b19220d79ebf8052679d483cd3 (diff) | |
download | see_defs-master.tar.gz |
Diffstat (limited to '.github')
-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 .. |