Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 19, 2024
1 parent 31f12ab commit a74e44d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
- platform:
os: windows
builder: windows-2022
builder: windows-latest
shell: msys2 {0}

defaults:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: MSYS2
on: [push, pull_request]

jobs:
msys2-ucrt64:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
# - uses: msys2/setup-msys2@v2
# with:
# msystem: UCRT64
# update: true
# install: git mingw-w64-ucrt-x86_64-gcc
- name: CI-Build
run: |
echo 'Running in MSYS2!'

0 comments on commit a74e44d

Please sign in to comment.