Copy instead of move the compiler artifacts

This commit is contained in:
Thorsten Sommer 2024-09-04 20:07:52 +02:00
parent e999aab7c0
commit 3a4b9ae3f1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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' }}