From 4edc5cc70f4cb6d35929643749e66c75af17e82c Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Quiros Date: Mon, 17 Oct 2022 19:03:33 +0200 Subject: [PATCH] Reverse installing gcc --- .github/workflows/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba5d89b..cb3f848 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,11 +22,6 @@ jobs: toolchain: stable-x86_64-apple-darwin runs-on: ${{ matrix.os }} steps: - - name: Set up GCC - uses: egor-tensin/setup-gcc@v1 - with: - version: latest - platform: x64 - uses: actions/checkout@v3 with: submodules: true @@ -56,11 +51,6 @@ jobs: toolchain: stable-x86_64-apple-darwin runs-on: ${{ matrix.os }} steps: - - name: Set up GCC - uses: egor-tensin/setup-gcc@v1 - with: - version: latest - platform: x64 - uses: actions/checkout@v3 with: submodules: true