Skip to content

Commit b92e55d

Browse files
committed
ci: link freenet-test-network dependency
1 parent f1757c6 commit b92e55d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/six-peer-regression.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
ref: main
3434
path: river-src
3535

36+
- name: Link sibling dependencies
37+
run: |
38+
ln -sfn "${{ github.workspace }}/freenet-test-network" "${{ github.workspace }}/../freenet-test-network"
39+
3640
- name: Install Rust
3741
uses: actions-rs/toolchain@v1
3842
with:

0 commit comments

Comments
 (0)