Disable database on windows

This commit is contained in:
jvyden 2021-10-16 22:29:31 -04:00
commit c52623d743
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os:
- { prettyName: Windows, fullName: windows-latest, database: true }
- { prettyName: Windows, fullName: windows-latest, database: false }
- { prettyName: macOS, fullName: macos-latest, database: true }
- { prettyName: Linux, fullName: ubuntu-latest, database: true }
timeout-minutes: 10