mirror of
https://github.com/TheWhiteDog9487/lag2cn.git
synced 2026-08-11 23:01:29 +08:00
这咋还掉索引了呢
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user