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 Jan 30, 2024
1 parent f660a5c commit 98232c4
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 @@ -123,9 +123,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 98232c4

Please sign in to comment.