We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b638452 commit e67196fCopy full SHA for e67196f
1 file changed
.github/workflows/ci-cmake.yml
@@ -139,6 +139,13 @@ jobs:
139
windows-compiler: ${{ matrix.compiler }}
140
buildtool: cmake
141
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
+
149
- name: Configure godot-cpp-test with template_debug
150
run: cmake --log-level=VERBOSE -S . -B cmake-build ${{ env.config-flags }} ${{ matrix.config-flags }}
151
0 commit comments