summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-10 17:20:51 +0100
committerGitHub <[email protected]>2020-01-10 17:20:51 +0100
commitcc827041a9b5a0e42fa74656668c15ac3d3d69ec (patch)
tree5e392d0ce0527443d5e6e1c84ee31e22d5d3e9ad /.github
parent95d31b09864852322e4e91e12faca9adf41438ff (diff)
downloadraylib-cc827041a9b5a0e42fa74656668c15ac3d3d69ec.tar.gz
raylib-cc827041a9b5a0e42fa74656668c15ac3d3d69ec.zip
Update ci_src_examples_win.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_src_examples_win.yml4
1 files changed, 4 insertions, 0 deletions
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