mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 02:39:17 -05:00
Update ci_src_examples_win.yml
This commit is contained in:
4
.github/workflows/ci_src_examples_win.yml
vendored
4
.github/workflows/ci_src_examples_win.yml
vendored
@ -41,6 +41,10 @@ jobs:
|
|||||||
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
|
||||||
if: matrix.compiler == 'msvc16'
|
if: matrix.compiler == 'msvc16'
|
||||||
|
|||||||
Reference in New Issue
Block a user