mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:19:46 +00:00
Create the destination qemu directory, as needed
This commit is contained in:
parent
70dabf9bc8
commit
b626720eb0
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -281,6 +281,7 @@ jobs:
|
|||||||
- name: Add the built runner image to the cache
|
- name: Add the built runner image to the cache
|
||||||
if: steps.linux_arm_cache.outputs.cache-hit != 'true'
|
if: steps.linux_arm_cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p qemu
|
||||||
mv ${{ steps.build-linux-arm-runner.outputs.image }} qemu/linux_arm_qemu_cache.img
|
mv ${{ steps.build-linux-arm-runner.outputs.image }} qemu/linux_arm_qemu_cache.img
|
||||||
|
|
||||||
- name: Compiling the Rust runtime
|
- name: Compiling the Rust runtime
|
||||||
@ -313,6 +314,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update the runner image to cache the Rust runtime build
|
- name: Update the runner image to cache the Rust runtime build
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p qemu
|
||||||
mv ${{ steps.build-linux-arm.outputs.image }} qemu/linux_arm_qemu_cache.img
|
mv ${{ steps.build-linux-arm.outputs.image }} qemu/linux_arm_qemu_cache.img
|
||||||
|
|
||||||
- name: Upload artifact (Linux - Debian Package)
|
- name: Upload artifact (Linux - Debian Package)
|
||||||
|
Loading…
Reference in New Issue
Block a user