From: Vladislav Shchapov Date: Thu, 23 Jul 2026 17:06:26 +0000 (+0500) Subject: Ignore error "cannot verify dev.mcst.ru's certificate", because GlobalSign has revoke... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=399c68b51a4dc09147cb20bfcc465c75e7ebc6d5;p=thirdparty%2Fzlib-ng.git Ignore error "cannot verify dev.mcst.ru's certificate", because GlobalSign has revoked their certificate. Signed-off-by: Vladislav Shchapov --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 00d196874..402292745 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -946,7 +946,7 @@ jobs: if: contains(matrix.name, 'e2k') && steps.cache-lcc.outputs.cache-hit != 'true' shell: bash run: | - wget -q https://dev.mcst.ru/downloads/2026-03-13/cross-sp-public-osl-${{ matrix.toolchain }}_64.tgz + wget --no-check-certificate -q https://dev.mcst.ru/downloads/2026-03-13/cross-sp-public-osl-${{ matrix.toolchain }}_64.tgz sudo tar -xzf cross-sp-public-osl-${{ matrix.toolchain }}_64.tgz -C / rm -f cross-sp-public-osl-${{ matrix.toolchain }}_64.tgz @@ -963,7 +963,7 @@ jobs: if: contains(matrix.name, 'e2k') && steps.cache-qemu-e2k-static.outputs.cache-hit != 'true' shell: bash run: | - wget -q https://dev.mcst.ru/downloads/2026-02-24/qemu-e2k-static + wget --no-check-certificate -q https://dev.mcst.ru/downloads/2026-02-24/qemu-e2k-static chmod +x qemu-e2k-static sudo mv qemu-e2k-static /usr/local/bin