Skip to content

Commit

Permalink
CI: set SDKROOT on macOS builder
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x authored and renefritze committed Jul 21, 2022
1 parent 49d93aa commit d894192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
if: runner.os == 'Windows' && ((!matrix.use_qemu) || fromJSON(env.USE_QEMU))
run: git config --system core.longpaths true

- name: Export macOS SDKROOT
if: runner.os == 'macOS'
run: echo SDKROOT=$(xcrun --sdk macosx --show-sdk-path) >> $GITHUB_ENV

- name: Override LLVM version (${{ github.event.inputs.llvm_version }})
if: github.event.inputs.llvm_version
run: |
Expand Down

0 comments on commit d894192

Please sign in to comment.