Browse Source

Update ci_src_examples_win.yml

pull/1067/head
Ray 5 years ago
committed by GitHub
parent
commit
cc827041a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/ci_src_examples_win.yml

+ 4
- 0
.github/workflows/ci_src_examples_win.yml View File

@ -40,6 +40,10 @@ jobs:
run: | run: |
mkdir build mkdir build
cd 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 # Setup MSBuild.exe path if required
- uses: warrenbuckley/Setup-MSBuild@v1 - uses: warrenbuckley/Setup-MSBuild@v1

Loading…
Cancel
Save