Skip to content

Commit

Permalink
Attempt to add Windows MinGW CI
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Feb 24, 2024
1 parent 4218bd9 commit e5735b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,15 @@ jobs:
cache: pip
- run: pip3 install pyyaml
- run: python3 test.py
windows-mingw:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
- run: pip3 install pyyaml
- run: python3 test.py

0 comments on commit e5735b4

Please sign in to comment.