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 3b99e24 commit bb1b2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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 --show-sdk-path)"
echo "xcrun --show-sdk-path: $(xcrun -sdk macosx --show-sdk-path)"
echo "xcode-select -p: $(xcode-select -p)"
- name: system info
shell: /bin/bash {0}
Expand All @@ -65,6 +65,7 @@ jobs:
echo "OS: ${{ matrix.os }}"
echo "ENVDEF: ${{ matrix.envdef }}"
echo "MINICOND: ${{ matrix.minicond }}"
echo "SDKROOT: $SDKROOT"
- name : install miniconda
shell: /bin/bash {0}
run: |
Expand Down

0 comments on commit bb1b2c7

Please sign in to comment.