summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 19:38:46 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 19:38:46 -0400
commit0bc695a03e46ef8281f6945e05c06f37ae9cf009 (patch)
treee8fd2e609913a6496e2be9e554b02e8e581d70a0 /.github
parentd75439a42633f7b19220d79ebf8052679d483cd3 (diff)
downloadsee_defs-master.tar.gz
Set SDKROOTHEADmaster
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-multi-platform.yml1
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 ..