Skip to content

Commit b9eb611

Browse files
committed
ci: checkout river into dedicated folder
1 parent 5fed730 commit b9eb611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
repository: freenet/river
2727
ref: main
28-
path: river
28+
path: river-src
2929

3030
- name: Install Rust
3131
uses: actions-rs/toolchain@v1
@@ -40,7 +40,7 @@ jobs:
4040
ls -R . | head -n 200
4141
4242
- name: Run six-peer regression
43-
working-directory: ${{ github.workspace }}/river/main
43+
working-directory: ${{ github.workspace }}/river-src/main
4444
env:
4545
FREENET_CORE_PATH: ${{ github.workspace }}
4646
RUST_LOG: info

0 commit comments

Comments
 (0)