From 7df77da484d07f747fab2bc3ff5f978e62d4c393 Mon Sep 17 00:00:00 2001 From: Mikhail Krichanov Date: Thu, 18 Jul 2024 10:04:40 +0300 Subject: [PATCH] .github: Updated QEMU version. --- .github/workflows/build_arm.yaml | 8 ++++---- .github/workflows/build_nolto.yaml | 14 +++++++------- .github/workflows/build_x86.yaml | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build_arm.yaml b/.github/workflows/build_arm.yaml index 236a087664..02e37fe57e 100644 --- a/.github/workflows/build_arm.yaml +++ b/.github/workflows/build_arm.yaml @@ -11,7 +11,7 @@ env: PROJECT_TYPE: UEFI FORCE_INSTALL: 1 WERROR: 1 - QEMU_VERSION_TAG: qemu-ci-8.1.3-r1 + QEMU_VERSION_TAG: qemu-ci-8.1.5-r1 WINPE_VERSION_TAG: images-winpe-1.0 jobs: @@ -239,12 +239,12 @@ jobs: with: repository: "acidanthera/OcBinaryData" tag: ${{ env.QEMU_VERSION_TAG }} - fileName: "qemu-8.1.3.tar.xz" + fileName: "qemu.tar.xz" - name: Installing QEMU and add to PATH run: | - echo "${HOME}/qemu-8.1.3/bin" >> $GITHUB_PATH - tar -xJf ./qemu-8.1.3.tar.xz -C $HOME + echo "${HOME}/qemu/bin" >> $GITHUB_PATH + tar -xJf ./qemu.tar.xz -C $HOME - name: Download a single artifact uses: actions/download-artifact@v4 diff --git a/.github/workflows/build_nolto.yaml b/.github/workflows/build_nolto.yaml index 4e794a40e3..ad48934a31 100644 --- a/.github/workflows/build_nolto.yaml +++ b/.github/workflows/build_nolto.yaml @@ -11,7 +11,7 @@ env: PROJECT_TYPE: UEFI FORCE_INSTALL: 1 WERROR: 1 - QEMU_VERSION_TAG: qemu-ci-8.1.3-r1 + QEMU_VERSION_TAG: qemu-ci-8.1.5-r1 WINPE_VERSION_TAG: images-winpe-1.0 jobs: @@ -387,12 +387,12 @@ jobs: with: repository: "acidanthera/OcBinaryData" tag: ${{ env.QEMU_VERSION_TAG }} - fileName: "qemu-8.1.3.tar.xz" + fileName: "qemu.tar.xz" - name: Installing QEMU and add to PATH run: | - echo "${HOME}/qemu-8.1.3/bin" >> $GITHUB_PATH - tar -xJf ./qemu-8.1.3.tar.xz -C $HOME + echo "${HOME}/qemu/bin" >> $GITHUB_PATH + tar -xJf ./qemu.tar.xz -C $HOME - name: Download a single artifact uses: actions/download-artifact@v4 @@ -489,12 +489,12 @@ jobs: with: repository: "acidanthera/OcBinaryData" tag: ${{ env.QEMU_VERSION_TAG }} - fileName: "qemu-8.1.3.tar.xz" + fileName: "qemu.tar.xz" - name: Installing QEMU and add to PATH run: | - echo "${HOME}/qemu-8.1.3/bin" >> $GITHUB_PATH - tar -xJf ./qemu-8.1.3.tar.xz -C $HOME + echo "${HOME}/qemu/bin" >> $GITHUB_PATH + tar -xJf ./qemu.tar.xz -C $HOME - name: Download a single artifact uses: actions/download-artifact@v4 diff --git a/.github/workflows/build_x86.yaml b/.github/workflows/build_x86.yaml index 67e394d432..47fcc276ca 100644 --- a/.github/workflows/build_x86.yaml +++ b/.github/workflows/build_x86.yaml @@ -11,7 +11,7 @@ env: PROJECT_TYPE: UEFI FORCE_INSTALL: 1 WERROR: 1 - QEMU_VERSION_TAG: qemu-ci-8.1.3-r1 + QEMU_VERSION_TAG: qemu-ci-8.1.5-r1 WINPE_VERSION_TAG: images-winpe-1.0 jobs: @@ -592,12 +592,12 @@ jobs: with: repository: "acidanthera/OcBinaryData" tag: ${{ env.QEMU_VERSION_TAG }} - fileName: "qemu-8.1.3.tar.xz" + fileName: "qemu.tar.xz" - name: Installing QEMU and add to PATH run: | - echo "${HOME}/qemu-8.1.3/bin" >> $GITHUB_PATH - tar -xJf ./qemu-8.1.3.tar.xz -C $HOME + echo "${HOME}/qemu/bin" >> $GITHUB_PATH + tar -xJf ./qemu.tar.xz -C $HOME - name: Download a single artifact uses: actions/download-artifact@v4