Skip to content

Commit

Permalink
Move SDK version output to separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 27, 2024
1 parent 972bdcc commit bdb064e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ jobs:
run: ${{ env.SCRIPTS_ROOT }}/install-ubuntu-deps
- name: Set up macOS build environment
if: runner.os == 'macOS'
run: |
${{ env.SCRIPTS_ROOT }}/install-macos-deps
xcrun --show-sdk-version
run: ${{ env.SCRIPTS_ROOT }}/install-macos-deps
- name: Output macOS SDK version
if: runner.os == 'macOS'
run: xcrun --show-sdk-version

# Build dependencies

Expand Down

0 comments on commit bdb064e

Please sign in to comment.