mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Fix the linux-arm build (#114)
This commit is contained in:
parent
e999aab7c0
commit
57905d5510
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -584,7 +584,7 @@ jobs:
|
|||||||
|
|
||||||
# Save the built libraries for the next job:
|
# Save the built libraries for the next job:
|
||||||
rm -fr /rust-cache/target
|
rm -fr /rust-cache/target
|
||||||
mv target /rust-cache
|
cp -Rp target /rust-cache
|
||||||
|
|
||||||
- name: Debug
|
- name: Debug
|
||||||
if: ${{ env.SKIP != 'true' }}
|
if: ${{ env.SKIP != 'true' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user