Fix the linux-arm build (#114)

This commit is contained in:
Thorsten Sommer 2024-09-04 20:09:19 +02:00 committed by GitHub
parent e999aab7c0
commit 57905d5510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -584,7 +584,7 @@ jobs:
# Save the built libraries for the next job:
rm -fr /rust-cache/target
mv target /rust-cache
cp -Rp target /rust-cache
- name: Debug
if: ${{ env.SKIP != 'true' }}