Skip to content

Commit

Permalink
test ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed May 1, 2024
1 parent bceedc0 commit 6a36261
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 6a36261

Please sign in to comment.