feat: supports custom prepare build script (#1490)

This commit is contained in:
纪卓志
2024-11-12 13:45:28 +08:00
committed by GitHub
parent 60e476da87
commit 6a1bf90d42
3 changed files with 4 additions and 5 deletions

View File

@@ -0,0 +1 @@
apt update && apt-get install gcc gcc-multilib llvm clang -y && apt clean