Skip to content

Commit

Permalink
ci: apt install output is too verbose, move it out to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Dec 26, 2024
1 parent c190156 commit 6858a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:

- name: Code Formatting Check
run: cd rap && cargo fmt --check

- name: Build RAP
run: ./install.sh

- run: sudo apt install colorized-logs -y # Insall ansi2txt

- name: Check test cases
run: cd tests && ./batch.sh -F -M

3 changes: 0 additions & 3 deletions tests/batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

# All arguments passed to this script are forwarded to cargo rap

# Insall ansi2txt
sudo apt install colorized-logs -y

cur=$(pwd)

# 查找并编译当前目录下的所有 Rust 项目
Expand Down

0 comments on commit 6858a4b

Please sign in to comment.