Skip to content

Commit

Permalink
Attempt to fix windows runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 26, 2024
1 parent 56a4205 commit 2b1cf39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ defaults:
shell: msys2 {0}

jobs:
build:
msys2-ucrt64:
runs-on: windows-latest
name: Windows 11
defaults:
run:
shell: msys2 {0}

steps:
- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -45,7 +48,6 @@ jobs:
name: Checkout source

- name: Build
shell: msys2 {0}
run: |
mkdir build
cd build
Expand Down

0 comments on commit 2b1cf39

Please sign in to comment.