Skip to content

Commit

Permalink
Check git actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Mar 9, 2024
1 parent f701e97 commit 17ee8d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
release: false
install: >-
git
mingw-w64-${{msystem}}-x86_64-cmake
mingw-w64-${{msystem}}-x86_64-gcc
mingw-w64-${{msystem}}-x86_64-doxygen
mingw-w64-${{msystem}}-x86_64-graphviz
mingw-w64-${{msystem}}-x86_64-make
mingw-w64-${{msystem}}-x86_64-python-pip
mingw-w64-*-x86_64-cmake
mingw-w64-*-x86_64-gcc
mingw-w64-*-x86_64-doxygen
mingw-w64-*-x86_64-graphviz
mingw-w64-*-x86_64-make
mingw-w64-*-x86_64-python-pip
msys2-w32api-runtime
- name: "Setup cmake"
Expand Down

0 comments on commit 17ee8d8

Please sign in to comment.