Removed bad line and gcc12 install since gcc12 i preinstalled

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

View file

@ -49,11 +49,6 @@ jobs:
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
run: |