diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 5925e916d..72c4eb9ee 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -39,21 +39,19 @@ jobs: id: openssl with: path: baresip-win32/openssl - key: ${{ runner.os }}-mingw-openssl-3.0.2 + key: ${{ runner.os }}-mingw-openssl-3.0.5 - name: "build openssl" if: steps.openssl.outputs.cache-hit != 'true' run: | - wget https://www.openssl.org/source/openssl-3.0.2.tar.gz - tar -xzf openssl-3.0.2.tar.gz - mv openssl-3.0.2 baresip-win32/openssl + wget https://www.openssl.org/source/openssl-3.0.5.tar.gz + tar -xzf openssl-3.0.5.tar.gz + mv openssl-3.0.5 baresip-win32/openssl make -j$(nproc) -C baresip-win32 openssl - name: "build" run: | - cd baresip-win32/retest && \ - cmake -B build -DCMAKE_TOOLCHAIN_FILE=../re/cmake/mingw.cmake && \ - cmake --build build -j + cd baresip-win32 && make retest - uses: actions/upload-artifact@v2 with: @@ -66,11 +64,8 @@ jobs: needs: MinGW-w64-build steps: - - uses: actions/download-artifact@v2 - uses: actions/checkout@v2 - with: - path: baresip - + - uses: actions/download-artifact@v2 - uses: sreimers/pr-dependency-action@v0.5 with: name: retest