Skip to content

Commit

Permalink
msys
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 14, 2024
1 parent 7f0ee5b commit 744d771
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- { os: macos-latest, shell: bash, generator: Unix Makefiles }

compiler:
- { c: gcc, cpp: g++ }
- { c: clang, cpp: clang++ }
- { c: gcc, cpp: g++, msys: mingw64 }
- { c: clang, cpp: clang++, msys: clang64 }
build_type: [Debug]

include:
Expand Down Expand Up @@ -69,13 +69,12 @@ jobs:
if: ${{ matrix.sys.shell == 'msys2 {0}' }}
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
msystem: ${{ matrix.compiler.msys }}
update: true
install: >-
git
make
ccache
clang
pacboy: >-
toolchain:p
cmake:p
Expand Down

0 comments on commit 744d771

Please sign in to comment.