diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-10-03 01:27:24 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-10-03 01:32:33 +0200 |
commit | 35c3bb94cf43b240e716bab3bfec2fddf8c10244 (patch) | |
tree | 70490c20bbe5fbf9d2a3c447eee309cc6c14b7e3 /.github | |
parent | 04795924456062db1631686a90f13d963791ad34 (diff) |
Remove mingw-cache
Update lexy-vdf
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/builds.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 71c4054..38b7f7e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -92,10 +92,6 @@ jobs: sudo update-alternatives --set g++ /usr/bin/g++-12 g++ --version - - name: Setup MinGW for Windows/MinGW build - if: ${{ matrix.platform == 'windows' }} - uses: OpenVicProject/mingw-cache@master - - name: Compile with SCons uses: OpenVicProject/openvic-build@master with: |