Skip to content

Commit 8507b32

Browse files
committed
Remove build artifacts before re-build
1 parent 60c3821 commit 8507b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
-w /work \
139139
"$img" \
140140
bash -lc "\
141+
rm -rf test/resources/FMU_Interaction1/sources/build_${TOOLCHAIN} test/resources/FMU_Interaction1/binaries/${FMI_PLATFORM_TUPLE}/Interaction1.${LIB_EXTENSION} &&\
141142
cmake -S test/resources/FMU_Interaction1/sources \
142143
-B test/resources/FMU_Interaction1/sources/build_${TOOLCHAIN} \
143144
-DFMI_INTERFACE_HEADER_FILES_DIRECTORY=/work/test/resources/fmi \

0 commit comments

Comments
 (0)