From 4d5885be978503f3fc15304731a5b1fe5e5d71e5 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:35:37 +0000 Subject: [PATCH] Debug AppleArchive issue --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9d9ab3f4..27a9e71d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -633,7 +633,9 @@ jobs: for file in $(xcrun --show-sdk-path)/usr/include/* do if [ ! -f /usr/local/include/$(basename $file) ]; then - if [[ "${file}" == "AppleArchive" ]]; then + export basefile="$(basename $file)" + echo $basefile + if [[ "${basefile}" == "AppleArchive" ]]; then echo "No AppleArchive on osx Github runner for linking" else ln -s $file /usr/local/include/$(basename $file)