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 6b6d13c commit 0d08b62
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ jobs:
- name: "Setup MSYS2"
uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
release: false
install: >-
git
make
python3-pip
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gcc
mingw-w64-x86_64-doxygen
mingw-w64-x86_64-graphviz
mingw-w64-ucrt-x86_64-cmake
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-doxygen
mingw-w64-ucrt-x86_64-graphviz
msys2-w32api-runtime
python-pip
- name: "Setup cmake"
run: cmake --version
Expand Down

0 comments on commit 0d08b62

Please sign in to comment.