diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 0ce901ec..d4b8ac2a 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 |
