Skip to content

Commit

Permalink
this really isn't ergo
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Sep 3, 2023
1 parent dd16706 commit a91c640
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ jobs:
- run: rustc --version
- name: Build Sable
run: |
cd $GITHUB_WORKSPACE/ergo/
make build
make install
cd $GITHUB_WORKSPACE/sable/
cargo build
cargo install
- name: Install system dependencies
run: sudo apt-get install atheme-services faketime
- name: Install irctest dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,9 @@ jobs:
- run: rustc --version
- name: Build Sable
run: |
cd $GITHUB_WORKSPACE/ergo/
make build
make install
cd $GITHUB_WORKSPACE/sable/
cargo build
cargo install
- name: Install system dependencies
run: sudo apt-get install atheme-services faketime
- name: Install irctest dependencies
Expand Down
6 changes: 3 additions & 3 deletions workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ software:
- run: rustc --version
separate_build_job: false
build_script: |
cd $GITHUB_WORKSPACE/ergo/
make build
make install
cd $GITHUB_WORKSPACE/sable/
cargo build
cargo install
snircd:
name: snircd
Expand Down

0 comments on commit a91c640

Please sign in to comment.