]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update MCST qemu-e2k develop
authorVladislav Shchapov <vladislav@shchapov.ru>
Wed, 5 Aug 2026 15:00:23 +0000 (20:00 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 9 Aug 2026 12:22:35 +0000 (14:22 +0200)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
.github/workflows/cmake.yml

index 4022927459fd081c8a306587dffde189a91eb2fb..cd67ffedfc05c6534692527734e8ce5eb47f7136 100644 (file)
@@ -957,13 +957,13 @@ jobs:
       uses: actions/cache@v6
       with:
         path: /usr/local/bin/qemu-e2k-static
       uses: actions/cache@v6
       with:
         path: /usr/local/bin/qemu-e2k-static
-        key: cache-qemu-e2k-static-2026-02-24
+        key: cache-qemu-e2k-static-2026-06-17
 
     - name: Install MCST QEMU (Ubuntu)
       if: contains(matrix.name, 'e2k') && steps.cache-qemu-e2k-static.outputs.cache-hit != 'true'
       shell: bash
       run: |
 
     - name: Install MCST QEMU (Ubuntu)
       if: contains(matrix.name, 'e2k') && steps.cache-qemu-e2k-static.outputs.cache-hit != 'true'
       shell: bash
       run: |
-        wget --no-check-certificate -q https://dev.mcst.ru/downloads/2026-02-24/qemu-e2k-static
+        wget --no-check-certificate -q https://dev.mcst.ru/downloads/2026-06-17/qemu-e2k-static
         chmod +x qemu-e2k-static
         sudo mv qemu-e2k-static /usr/local/bin
 
         chmod +x qemu-e2k-static
         sudo mv qemu-e2k-static /usr/local/bin