File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,6 @@ jobs:
167
167
shell : bash
168
168
run : |
169
169
#!/bin/bash
170
- rustup target add ${{ matrix.target }}
171
-
172
170
if [ "${{ matrix.target }}" = "loongarch64-unknown-linux-gnu" ]; then
173
171
# 定义远程文件 URL 和本地目录
174
172
REMOTE_URL="https://github.com/loongson/build-tools/releases/download/2024.06.01/x86_64-cross-tools-loongarch64-binutils_2.42-gcc_14.1.0-glibc_2.39.tar.xz"
@@ -200,6 +198,7 @@ jobs:
200
198
export LINKER_loongarch64_unknown_linux_gnu=loongarch64-unknown-linux-gnu-gcc
201
199
fi
202
200
201
+ rustup target add ${{ matrix.target }}
203
202
cargo build --release --locked --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
204
203
205
204
- name : Build with Cargo (Windows)
Original file line number Diff line number Diff line change 1
- # gpm
1
+ # ps-tree.rs
2
2
3
3
[ ![ ci] ( https://github.com/axetroy/ps-tree.rs/actions/workflows/ci.yml/badge.svg )] ( https://github.com/axetroy/ps-tree.rs/actions/workflows/ci.yml )
4
4
[ ![ ci] ( https://github.com/axetroy/ps-tree.rs/actions/workflows/build.yml/badge.svg )] ( https://github.com/axetroy/ps-tree.rs/actions/workflows/build.yml )
You can’t perform that action at this time.
0 commit comments