@@ -98,10 +98,10 @@ jobs:
9898
9999 - name : Clone mulle-core repository
100100 run : |
101- git clone https://github.com/mulle-core/mulle-core.git "${steps.set-install-dir.outputs.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
104- working-directory : " ${steps.set-install-dir.outputs.MULLE_CORE_SRC_DIR}"
104+ working-directory : " ${{ steps.set-install-dir.outputs.MULLE_CORE_SRC_DIR} }"
105105 run : |
106106 export MULLE_SDK_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }}
107107 cmake -B build \
@@ -114,10 +114,10 @@ jobs:
114114
115115 - name : Clone mulle-atinit repository
116116 run : |
117- git clone https://github.com/mulle-core/mulle-atinit.git "${steps.set-install-dir.outputs.MULLE_ATINIT_SRC_DIR}"
117+ git clone https://github.com/mulle-core/mulle-atinit.git "${{ steps.set-install-dir.outputs.MULLE_ATINIT_SRC_DIR} }"
118118
119119 - name : Configure, build and install mulle-atinit with CMake
120- working-directory : " ${steps.set-install-dir.outputs.MULLE_ATINIT_SRC_DIR}"
120+ working-directory : " ${{ steps.set-install-dir.outputs.MULLE_ATINIT_SRC_DIR} }"
121121 run : |
122122 export MULLE_SDK_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }}
123123 cmake -B build \
@@ -130,10 +130,10 @@ jobs:
130130
131131 - name : Clone mulle-atexit repository
132132 run : |
133- git clone https://github.com/mulle-core/mulle-atexit.git "${steps.set-install-dir.outputs.MULLE_ATEXIT_SRC_DIR}"
133+ git clone https://github.com/mulle-core/mulle-atexit.git "${{ steps.set-install-dir.outputs.MULLE_ATEXIT_SRC_DIR} }"
134134
135135 - name : Configure, build and install mulle-atexit with CMake
136- working-directory : " ${steps.set-install-dir.outputs.MULLE_ATEXIT_SRC_DIR}"
136+ working-directory : " ${{ steps.set-install-dir.outputs.MULLE_ATEXIT_SRC_DIR} }"
137137 run : |
138138 export MULLE_SDK_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }}
139139 cmake -B build \
0 commit comments