Skip to content

Commit

Permalink
Remove Xcode Command Line Tools installation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickvd committed Aug 18, 2024
1 parent cb8eb52 commit 73d91b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
run: |
sudo apt-get install -y ${{ matrix.linker }}
- name: Install C compiler (macOS)
if: matrix.os == 'macos-latest'
run: |
xcode-select --install
- name: Install Visual Studio Build Tools (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit 73d91b5

Please sign in to comment.