Skip to content

Commit 434d709

Browse files
committed
update
1 parent 680f3d1 commit 434d709

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ jobs:
167167
shell: bash
168168
run: |
169169
#!/bin/bash
170-
rustup target add ${{ matrix.target }}
171-
172170
if [ "${{ matrix.target }}" = "loongarch64-unknown-linux-gnu" ]; then
173171
# 定义远程文件 URL 和本地目录
174172
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:
200198
export LINKER_loongarch64_unknown_linux_gnu=loongarch64-unknown-linux-gnu-gcc
201199
fi
202200
201+
rustup target add ${{ matrix.target }}
203202
cargo build --release --locked --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
204203
205204
- name: Build with Cargo (Windows)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gpm
1+
# ps-tree.rs
22

33
[![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)
44
[![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)

0 commit comments

Comments
 (0)