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 b3a320b commit 1ae06be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows-cygwin.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: "Setup Cygwin"
uses: cygwin/cygwin-install-action@v2
with:
check-sig: false
platform: x86_64
packages: automake make cmake gcc-g++ doxygen graphviz libssl-devel libuuid-devel

Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/build-windows-msys2.yml
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 1ae06be

Please sign in to comment.