Skip to content

Commit e67196f

Browse files
committed
delete clashing framework dirs that are needed by scons.
1 parent b638452 commit e67196f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci-cmake.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ jobs:
139139
windows-compiler: ${{ matrix.compiler }}
140140
buildtool: cmake
141141

142+
- name: Clean committed macOS framework bundles for CMake
143+
if: matrix.platform == 'macos'
144+
run: |
145+
echo "Removing pre-committed framework folders (required for CMake FRAMEWORK TRUE)"
146+
rm -rf test/project/bin/libgdexample.macos.template_debug.framework
147+
rm -rf test/project/bin/libgdexample.macos.template_release.framework
148+
142149
- name: Configure godot-cpp-test with template_debug
143150
run: cmake --log-level=VERBOSE -S . -B cmake-build ${{ env.config-flags }} ${{ matrix.config-flags }}
144151

0 commit comments

Comments
 (0)