diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index ff242b4d..8943f513 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -44,7 +44,7 @@ jobs: run: | choco install -y 7zip.install curl.exe -OL https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev0/x86_64-13.2.0-release-win32-seh-msvcrt-rt_v11-rev0.7z - 7z x x86_64-13.2.0-release-win32-seh-ucrt-rt_v11-rev0.7z + 7z x x86_64-13.2.0-release-win32-seh-msvcrt-rt_v11-rev0.7z - name: Cache Libraries uses: actions/cache@v2