Skip to content

Commit 8ddac1c

Browse files
author
Nat!
committed
CI fix
1 parent 974256e commit 8ddac1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-errors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Clone mulle-core repository
100100
run: |
101-
git clone https://github.com/mulle-core/mulle-core.git "${MULLE_CORE_SRC_DIR}"
101+
git clone https://github.com/mulle-core/mulle-core.git "${steps.set-install-dir.outputs.MULLE_CORE_SRC_DIR}"
102102
103103
- name: Configure, build and install mulle-core with CMake
104104
working-directory: "${steps.set-install-dir.outputs.MULLE_CORE_SRC_DIR}"

0 commit comments

Comments
 (0)