Skip to content

Commit

Permalink
apparently we dont need mingw on windows-latest CI agents anymore?
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmoody committed Oct 27, 2023
1 parent 6da2a0e commit 2c2a7ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
version: "13.0"
directory: ${{ runner.temp }}/llvm

- name: Install MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
if: matrix.compiler == 'gcc'
# - name: Install MinGW
# uses: egor-tensin/setup-mingw@v2
# with:
# platform: x64
# if: matrix.compiler == 'gcc'

- name: Install MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 2c2a7ed

Please sign in to comment.