Skip to content

Commit

Permalink
fix(iroh)
Browse files Browse the repository at this point in the history
 closes #8199
  • Loading branch information
jhheider committed Dec 23, 2024
1 parent 50d5f32 commit 3f041ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/iroh.computer/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ build:
- cargo install --path iroh-relay --root {{prefix}}
- cargo install --path iroh-dns-server --root {{prefix}}
- ln -s iroh-relay '{{prefix}}/bin/iroh'
if: '>=0.29'
if: '>=0.29<0.30'
- run:
- cargo install --path iroh-relay --root {{prefix}} --features server
- cargo install --path iroh-dns-server --root {{prefix}}
- ln -s iroh-relay '{{prefix}}/bin/iroh'
if: '>=0.30'

provides:
- bin/iroh
Expand Down

0 comments on commit 3f041ed

Please sign in to comment.