diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 0ce901ec1..d4b8ac2a3 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.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