Skip to content

Commit

Permalink
sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
segoon committed Oct 21, 2024
1 parent 4d9f7d1 commit aa7a19e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ jobs:
with:
fetch-depth: 0

- name: Setup Cpp (C++ / C)
uses: aminya/[email protected]
with:
compiler: llvm
# - name: Setup Cpp (C++ / C)
# uses: aminya/[email protected]
# with:
# compiler: llvm

- name: export SDKROOT
run: |
export SDKROOT="`xcrun --show-sdk-path`"
- name: Cache Homebrew Packages
id: cache-homebrew-packages
Expand Down

0 comments on commit aa7a19e

Please sign in to comment.