Skip to content

Commit

Permalink
🧹 Remove unneeded GCC on Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 6, 2024
1 parent 962d0b1 commit 64eaa4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
cache: false
check-latest: true

- name: Install GCC on Linux
if: matrix.runs-on == 'ubuntu-latest'
run: sudo apt-get install gcc

- name: Install MinGW on Windows
if: matrix.runs-on == 'windows-latest'
run: choco install mingw
Expand Down

0 comments on commit 64eaa4e

Please sign in to comment.