We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1f256 commit 0855af1Copy full SHA for 0855af1
.github/workflows/build.yml
@@ -23,8 +23,8 @@ jobs:
23
24
- name: 安装工具
25
run: |
26
- apt-get update
27
- apt-get install -y curl 7zip tar git gcc mingw-w64 make perl gcc-aarch64-linux-gnu gcc-multilib gcc-loongarch64-linux-gnu gcc-arm-linux-gnueabihf
+ sudo apt-get update
+ sudo apt-get install -y curl 7zip tar git gcc mingw-w64 make perl gcc-aarch64-linux-gnu gcc-multilib gcc-loongarch64-linux-gnu gcc-arm-linux-gnueabihf
28
29
- name: 构建
30
0 commit comments