Skip to content

Commit

Permalink
fix xcode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Nov 4, 2024
1 parent 6b3c8d1 commit d1494d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Locate OpenGL
run: ./opengl.sh

- name: Remove XCode versions to save disk
- name: Setup Xcode version
if: startsWith(inputs.os, 'macos')
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "${{ matrix.xcode }}"
xcode-version: "${{ inputs.xcode }}"

- name: Remove packages to save disk
if: startsWith(inputs.os, 'ubuntu') && inputs.image == ''
Expand Down

0 comments on commit d1494d5

Please sign in to comment.