We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974256e commit 8ddac1cCopy full SHA for 8ddac1c
.github/workflows/cmake-errors.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Clone mulle-core repository
100
run: |
101
- git clone https://github.com/mulle-core/mulle-core.git "${MULLE_CORE_SRC_DIR}"
+ git clone https://github.com/mulle-core/mulle-core.git "${steps.set-install-dir.outputs.MULLE_CORE_SRC_DIR}"
102
103
- name: Configure, build and install mulle-core with CMake
104
working-directory: "${steps.set-install-dir.outputs.MULLE_CORE_SRC_DIR}"
0 commit comments