这咋还掉索引了呢

This commit is contained in:
TheWhiteDog9487
2025-12-03 22:08:53 +08:00
parent 87c365623e
commit a3e3816eb7
+3 -1
View File
@@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: 安装GCC对ARM交叉编译工具链
run: sudo apt install g++-aarch64-linux-gnu
run: |
sudo apt update
sudo apt install g++-aarch64-linux-gnu
- name: 编译源代码
run: |