mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:39:48 +00:00
Removed wrong if statement
This commit is contained in:
parent
7e20f34edd
commit
aeca708a26
1
.github/workflows/build-and-release.yml
vendored
1
.github/workflows/build-and-release.yml
vendored
@ -284,7 +284,6 @@ jobs:
|
|||||||
- name: Compiling the Rust runtime
|
- name: Compiling the Rust runtime
|
||||||
uses: pguyot/arm-runner-action@v2.6.5
|
uses: pguyot/arm-runner-action@v2.6.5
|
||||||
id: arm-runner
|
id: arm-runner
|
||||||
if: steps.linux_arm_cache.outputs.cache-hit != 'true'
|
|
||||||
with:
|
with:
|
||||||
base_image: file://$RUNNER_TEMP/linux_arm_qemu_cache.img
|
base_image: file://$RUNNER_TEMP/linux_arm_qemu_cache.img
|
||||||
cpu: cortex-a53
|
cpu: cortex-a53
|
||||||
|
Loading…
Reference in New Issue
Block a user