Sfoglia il codice sorgente

Update ci_src_examples_win.yml

pull/1067/head
Ray 5 anni fa
committed by GitHub
parent
commit
cc827041a9
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      .github/workflows/ci_src_examples_win.yml

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

@ -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

Caricamento…
Annulla
Salva