Ray
hace 6 años
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
4 adiciones y
0 borrados
-
.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 |
|
|
|
|