diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-10-03 01:26:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 01:26:13 +0200 |
commit | b9ebff6b63184716d5be1c3163bc961e2c044eab (patch) | |
tree | aba62a97a07440514d769e85fddf6fc708314383 | |
parent | c34b78f135f4fa67a10cc41bc11443461e97f92b (diff) |
Remove mingw-cache
-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 e5b02a3..0ca03ce 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 Dataloader uses: OpenVicProject/openvic-build@master with: |