Skip to content

Commit

Permalink
try try
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 11, 2023
1 parent 4eecfb3 commit 96b8529
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ jobs:
env:
HOMEBREW_NO_INSTALL_FROM_API: 1 # https://github.com/Homebrew/brew/issues/15049
steps:
- name: Fix for m1
if: matrix.os == 'macos-13-xlarge'
- name: Fix mac build
if: matrix.os == 'macos-13-xlarge' || matrix.os == 'macos-12-large'
run: |
clang --version
echo "CPLUS_INCLUDE_PATH: $CPLUS_INCLUDE_PATH"
ls /Library/Developer/CommandLineTools/SDKs
# https://apple.stackexchange.com/questions/458062/unable-to-find-include-file-on-newly-updated-macosc-c/459037
sudo rm -rf /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
xcode-select --install
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit 96b8529

Please sign in to comment.