Skip to content

Commit

Permalink
update installation command within the release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack committed Oct 6, 2024
1 parent 3f6f4cd commit c602fa2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ jobs:
run: |
pip install ninja
- name: Build Rap-Rust
- name: Build RAP
run: |
git submodule update --init --recursive
chmod +x ./00-install-rap-rust.sh
./00-install-rap-rust.sh
- name: Build Rap
run: |
chmod +x ./01-install-rap-cargo.sh
./01-install-rap-cargo.sh
chmod +x ./install.sh
./install.sh

0 comments on commit c602fa2

Please sign in to comment.