]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Ignore error "cannot verify dev.mcst.ru's certificate", because GlobalSign has revoke...
authorVladislav Shchapov <vladislav@shchapov.ru>
Thu, 23 Jul 2026 17:06:26 +0000 (22:06 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 24 Jul 2026 21:24:39 +0000 (23:24 +0200)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
.github/workflows/cmake.yml

index 00d1968745cfc917530dba19ed70308da5cfed54..4022927459fd081c8a306587dffde189a91eb2fb 100644 (file)
@@ -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