From cc827041a9b5a0e42fa74656668c15ac3d3d69ec Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 10 Jan 2020 17:20:51 +0100 Subject: Update ci_src_examples_win.yml --- .github/workflows/ci_src_examples_win.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3