Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Feb 7, 2024
1 parent 1658373 commit 08ec945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check-repository:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: msys2/setup-msys2@v2
with:
Expand All @@ -22,4 +22,4 @@ jobs:

- shell: msys2 {0}
run: |
.github/workflows/install-toolchain.sh
.github/scripts/install-toolchain.sh

0 comments on commit 08ec945

Please sign in to comment.