Skip to content

Commit ab5d824

Browse files
committed
ci: Use QEMU_SOURCE variable
Actually make use of the previously unused `QEMU_SOURCE` variable. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 87105bf commit ab5d824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ jobs:
11561156
pushd ${QEMU_BUILD}
11571157
${BUILD_PRECMD} ${GITHUB_WORKSPACE}/scripts/build_qemu.sh \
11581158
${{ matrix.host.name }} \
1159-
${GITHUB_WORKSPACE}/qemu \
1159+
${QEMU_SOURCE} \
11601160
${BUILD_OUTPUT}
11611161
popd
11621162

0 commit comments

Comments
 (0)