Skip to content

Commit bfae6d6

Browse files
committed
ci: use absolute paths for river workflow
1 parent e47947b commit bfae6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
override: true
3737

3838
- name: Run six-peer regression
39-
working-directory: river/main
39+
working-directory: ${{ github.workspace }}/river/main
4040
env:
4141
FREENET_CORE_PATH: ${{ github.workspace }}/freenet-core
4242
RUST_LOG: info

0 commit comments

Comments
 (0)