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 38c6ee3 commit 1fd7d8f
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 @@ -70,6 +70,10 @@ jobs:
with:
xcode-version: latest-stable

- 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 1fd7d8f

Please sign in to comment.