Cleanup job depend on release, added missing .cargo folder to fix cc error on workflow build

This commit is contained in:
2025-11-09 12:44:33 +01:00
parent 4763cbed95
commit 1b4194ee7d
4 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
[target.x86_64-unknown-linux-gnu]
linker = "x86_64-linux-gnu-gcc"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"