Skip to content

Commit 6b5cc5e

Browse files
Add path for Bitcoin repository checkout
1 parent 8ff4ad3 commit 6b5cc5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949
with:
5050
repository: ${{ matrix.project.repository }}
51+
path: bitcoin
5152
fetch-depth: 1
5253

5354
- name: Get Bitcoin commit hash
@@ -82,4 +83,4 @@ jobs:
8283
${{ matrix.ctest_extra }} \
8384
-DTREAT_WARNINGS_AS_ERRORS=ON \
8485
-DCMAKE_ARGS='${{ matrix.cmake_flags }}' \
85-
-DMODEL=${{ inputs.ctest_model }}
86+
-DMODEL=${{ inputs.ctest_model }}

0 commit comments

Comments
 (0)