Remove windows because it doesn't work yet

This commit is contained in:
valkyrie_pilot 2023-03-12 18:44:09 -06:00
parent df1148731d
commit 00df8264f8
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, macos-latest]
rust-version: [stable, nightly] rust-version: [stable, nightly]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: