Skip to content

Commit

Permalink
.github: Updated QEMU version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Krichanov committed Jul 18, 2024
1 parent e646ef2 commit 7df77da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build_nolto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_x86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7df77da

Please sign in to comment.