Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack authored Jan 6, 2025
1 parent 7a2bc46 commit 8c970a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rap-booting and testing
name: RAPx-booting and testing

on:
push:
Expand All @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4

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

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

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

0 comments on commit 8c970a0

Please sign in to comment.