Skip to content

Commit

Permalink
Don't build on Windows (#74)
Browse files Browse the repository at this point in the history
Save some build time
  • Loading branch information
multani authored Mar 3, 2025
1 parent a9ebdfd commit e7d26a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e7d26a7

Please sign in to comment.