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 79ca1d0 commit a20d7beCopy full SHA for a20d7be
.github/workflows/build-uc2.yml
@@ -168,7 +168,7 @@ jobs:
168
cmake --build . --config ${{ env.BUILD_TYPE }}
169
cmake --install . --strip --config ${{ env.BUILD_TYPE }}
170
ctest -VV -C ${{ env.BUILD_TYPE }}
171
- mv Debug instdir
+ mv ${{ env.BUILD_TYPE }} instdir
172
173
- name: '🛠️ Win MSVC 32 setup'
174
if: contains(matrix.config.name, 'MSVC 32')
@@ -195,7 +195,7 @@ jobs:
195
196
197
198
199
200
- name: '🚧 Win MINGW build'
201
if: contains(matrix.config.mingw, 'MINGW')
0 commit comments