Skip to content

Commit d424785

Browse files
authored
Merge pull request #467 from gucio321/fix-compile-cimgui-workfow
workflow/compile-cimgui/macos: remove build dir after building for x86 and before arm
2 parents ea9c6fb + d83a12e commit d424785

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
run: cmake --build ./build --target clean
123123
working-directory: ./thirdparty/SDL
124124

125+
- name: Nuke old build directory
126+
working-directory: ./thirdparty/SDL
127+
run: rm -rf build
128+
125129
- name: configure sdl for arm64
126130
run: cmake -S . -Bbuild -DCMAKE_OSX_ARCHITECTURES=arm64
127131
working-directory: ./thirdparty/SDL

0 commit comments

Comments
 (0)