From 744d771a5e53de441c16ee86680b8f1d7b81ac49 Mon Sep 17 00:00:00 2001 From: Maxim Radugin Date: Sun, 14 Jul 2024 15:38:38 +0300 Subject: [PATCH] msys --- .github/workflows/cmake-multi-platform.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 082f69a..0c76e28 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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: @@ -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