From c52623d743800061363c2d383e63388efa8b9553 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 22:29:31 -0400 Subject: [PATCH] Disable database on windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 019b4874..f9533663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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