Parcourir la source

Update ci_src_examples_win.yml

pull/1067/head
Ray il y a 5 ans
committed by GitHub
Parent
révision
cc827041a9
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      .github/workflows/ci_src_examples_win.yml

+ 4
- 0
.github/workflows/ci_src_examples_win.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer