Skip to content

Commit

Permalink
Need to specify packages to install...
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Sep 3, 2023
1 parent 7e6904d commit 1878612
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/sable/
cargo build
cargo install
cargo install --debug --path auth_client
cargo install --debug --path client_listener
cargo install --debug --path sable_ircd
cargo install --debug --path sable_services
- name: Install system dependencies
run: sudo apt-get install atheme-services faketime
- name: Install irctest dependencies
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/sable/
cargo build
cargo install
cargo install --debug --path auth_client
cargo install --debug --path client_listener
cargo install --debug --path sable_ircd
cargo install --debug --path sable_services
- name: Install system dependencies
run: sudo apt-get install atheme-services faketime
- name: Install irctest dependencies
Expand Down
5 changes: 4 additions & 1 deletion workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,10 @@ software:
build_script: |
cd $GITHUB_WORKSPACE/sable/
cargo build
cargo install
cargo install --debug --path auth_client
cargo install --debug --path client_listener
cargo install --debug --path sable_ircd
cargo install --debug --path sable_services
snircd:
name: snircd
Expand Down

0 comments on commit 1878612

Please sign in to comment.