Skip to content

Commit

Permalink
fix(ci): move from sendme to iroh (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Feb 23, 2023
1 parent d9aed3c commit 6a5c13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
toolchain: stable
override: true

- name: Build sendme
- name: Build iroh
run: |
cargo build --release
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Copy binaries to right location
run: |
cp target/release/sendme chuck/netsim/bins/sendme
cp target/release/iroh chuck/netsim/bins/iroh
cp chuck/target/release/chuck chuck/netsim/bins/chuck
- name: Run tests
Expand Down

0 comments on commit 6a5c13e

Please sign in to comment.