fix build rs

This commit is contained in:
2025-05-14 13:56:43 +09:00
parent a01b3c654f
commit 0e15cdc7ee
3 changed files with 13 additions and 25 deletions

2
run.py
View File

@@ -50,7 +50,7 @@ class Language(Enum):
"build",
],
Language.RUST: [
"cargo",
"make",
"build",
],
Language.KOTLIN: [