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 60c3821 commit 8507b32Copy full SHA for 8507b32
.github/workflows/build.yml
@@ -138,6 +138,7 @@ jobs:
138
-w /work \
139
"$img" \
140
bash -lc "\
141
+ rm -rf test/resources/FMU_Interaction1/sources/build_${TOOLCHAIN} test/resources/FMU_Interaction1/binaries/${FMI_PLATFORM_TUPLE}/Interaction1.${LIB_EXTENSION} &&\
142
cmake -S test/resources/FMU_Interaction1/sources \
143
-B test/resources/FMU_Interaction1/sources/build_${TOOLCHAIN} \
144
-DFMI_INTERFACE_HEADER_FILES_DIRECTORY=/work/test/resources/fmi \
0 commit comments