From 6a36261a0761054a288c6dfcba4283be278ccb56 Mon Sep 17 00:00:00 2001 From: apcraig Date: Wed, 1 May 2024 12:58:34 -0600 Subject: [PATCH] test ghactions --- .github/workflows/test-cice.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-cice.yml b/.github/workflows/test-cice.yml index 81a5fa48b..9fb27a6cd 100644 --- a/.github/workflows/test-cice.yml +++ b/.github/workflows/test-cice.yml @@ -1,6 +1,5 @@ name: GHActions - # This workflow is triggered on pushes, pull-requeust, and releases # ghactions* branch names will trigger this to support development testing # To Do: get it working with bash and ubuntu @@ -48,9 +47,9 @@ jobs: sudo xcode-select -r sudo xcode-select -s /Library/Developer/CommandLineTools sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/* /usr/local/include/ - echo "xcrun --show-sdk-path: $(xcrun -sdk macosx --show-sdk-path)" + echo "xcrun --show-sdk-path: $(xcrun --show-sdk-path)" echo "xcode-select -p: $(xcode-select -p)" - export SDKROOT=$(xcrun -sdk macos --show-sdk-path) + export SDKROOT=$(xcrun --show-sdk-path) - name: system info shell: /bin/bash {0} run: |