Possible fix for broken xcode command line tools

This commit is contained in:
Jakob P. Liljenberg 2022-11-06 10:18:04 +01:00 committed by GitHub
parent 5d9097d9b9
commit 06ba66b5ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,9 +45,14 @@ jobs:
build-macos12:
runs-on: macos-12
steps:
- name: Install GCC12
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Install GCC12 and check Xcode version
run: |
brew install gcc@12
xcodebuild --version
- uses: actions/checkout@v3
- name: Compile