mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +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
|
||||
uses: pguyot/arm-runner-action@v2.6.5
|
||||
id: arm-runner
|
||||
if: steps.linux_arm_cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
base_image: file://$RUNNER_TEMP/linux_arm_qemu_cache.img
|
||||
cpu: cortex-a53
|
||||
|
Loading…
Reference in New Issue
Block a user