删除工作流中的sude
This commit is contained in:
4
.github/workflows/gitea.yml
vendored
4
.github/workflows/gitea.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
|||||||
x86_64-pc-windows-gnu
|
x86_64-pc-windows-gnu
|
||||||
- name: 安装 Windows 交叉编译所需的 MinGW-w64 工具链 (GCC for Windows)
|
- name: 安装 Windows 交叉编译所需的 MinGW-w64 工具链 (GCC for Windows)
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y mingw-w64
|
apt-get install -y mingw-w64
|
||||||
|
|
||||||
- name: 为 Linux 编译 (release)
|
- name: 为 Linux 编译 (release)
|
||||||
run: cargo build --release --target x86_64-unknown-linux-gnu
|
run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
|
|||||||
Reference in New Issue
Block a user