We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff4ad3 commit 6b5cc5eCopy full SHA for 6b5cc5e
.github/workflows/linux-ci.yml
@@ -48,6 +48,7 @@ jobs:
48
uses: actions/checkout@v4
49
with:
50
repository: ${{ matrix.project.repository }}
51
+ path: bitcoin
52
fetch-depth: 1
53
54
- name: Get Bitcoin commit hash
@@ -82,4 +83,4 @@ jobs:
82
83
${{ matrix.ctest_extra }} \
84
-DTREAT_WARNINGS_AS_ERRORS=ON \
85
-DCMAKE_ARGS='${{ matrix.cmake_flags }}' \
- -DMODEL=${{ inputs.ctest_model }}
86
+ -DMODEL=${{ inputs.ctest_model }}
0 commit comments