Ray
il y a 5 ans
committed by
GitHub
Parent
révision
cc827041a9
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
4 ajouts et
0 suppressions
-
.github/workflows/ci_src_examples_win.yml
|
|
@ -40,6 +40,10 @@ jobs: |
|
|
|
run: | |
|
|
|
mkdir build |
|
|
|
cd build |
|
|
|
|
|
|
|
# Trying to solve an issue with CMake and Chocolatey for MinGW |
|
|
|
- run: cmake -E remove c:\ProgramData\chocolatey\bin\cpack.exe |
|
|
|
if: matrix.compiler == 'mingw' |
|
|
|
|
|
|
|
# Setup MSBuild.exe path if required |
|
|
|
- uses: warrenbuckley/Setup-MSBuild@v1 |
|
|
|