Skip to content

Commit

Permalink
thanks microsoft for paying for this
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl committed Sep 29, 2024
1 parent 0e29244 commit 96aec12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
jobs:
rustfmt:
name: Check rustfmt
runs-on: ubuntu-latest
# this is pretty weird, but `winit` requires a backend on linux
# and we don't specify that at all and just let end users do that
runs-on: windows-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
Expand Down

0 comments on commit 96aec12

Please sign in to comment.