diff options
author | BrickPi <49528459+BrickPi@users.noreply.github.com> | 2023-10-03 01:34:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 01:34:36 +0200 |
commit | eb49a207014da4f60617453c4d6a3ca355c661df (patch) | |
tree | 70490c20bbe5fbf9d2a3c447eee309cc6c14b7e3 | |
parent | 04795924456062db1631686a90f13d963791ad34 (diff) | |
parent | 35c3bb94cf43b240e716bab3bfec2fddf8c10244 (diff) |
Merge pull request #41 from OpenVicProject/remove/mingw-build
Remove mingw-cache
-rw-r--r-- | .github/workflows/builds.yml | 4 | ||||
m--------- | deps/lexy-vdf | 0 |
2 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: diff --git a/deps/lexy-vdf b/deps/lexy-vdf -Subproject 2bd61a3d9f9aeedda101fdaa6889d6761310bc8 +Subproject eeb10288f707cdc87981b43edc441fc833b6cff |