Skip to content

Commit

Permalink
Enable Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Aug 6, 2021
1 parent 6b4b544 commit 19cecf7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt, clippy
toolchain: stable

- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 19cecf7

Please sign in to comment.