fix(github-actions): remove windows support

This commit is contained in:
graelo 2022-11-07 12:30:42 +01:00
parent 735d6c0e40
commit 17d090c5b8

View file

@ -82,9 +82,6 @@ jobs:
- os: macos-latest
target: aarch64-apple-darwin
type: unix
- os: windows-latest
target: x86_64-pc-windows-msvc
type: windows
steps:
- name: Rust install
uses: actions-rs/toolchain@v1