Skip to content

Commit

Permalink
Disable windows build on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Apr 27, 2024
1 parent 7dc98ae commit 5a3abfd
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest]
steps:
- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 5a3abfd

Please sign in to comment.