Skip to content

Commit

Permalink
Update msys2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 6, 2024
1 parent 77ef5e9 commit 5c59b3d
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ jobs:
name: Test with MSYS2 ${{ matrix.sys }}
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
include:
# - { sys: msys }, setup fails
# - { sys: mingw32 }, impossible asm constraints when building base64
- { sys: mingw64 }
- { sys: ucrt64 }
- { sys: clang32 }
- { sys: clang64 }
- { sys: msys, env: "" }
- { sys: mingw64, env: mingw-w64-x86_64- }
- { sys: ucrt64, env: mingw-w64-ucrt-x86_64- }
- { sys: clang64, env: mingw-w64-clang-x86_64- }
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -29,18 +28,16 @@ jobs:
msystem: ${{matrix.sys}}
update: true
install: >-
git
make
pacboy: >-
toolchain:p
cmake:p
ninja:p
python:p
python-pip:p
python-pytest:p
python-setuptools:p
python-typing_extensions:p
python-wheel:p
${{matrix.env}}cmake
${{matrix.env}}ninja
${{matrix.env}}toolchain
${{matrix.env}}python
${{matrix.env}}python-pip
${{matrix.env}}python-pytest
${{matrix.env}}python-setuptools
${{matrix.env}}python-typing_extensions
${{matrix.env}}python-wheel
- name: "Run tests"
shell: msys2 {0}
env:
Expand Down

0 comments on commit 5c59b3d

Please sign in to comment.