mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 17:28:39 +00:00
Disable database on windows
This commit is contained in:
parent
1a69ea9610
commit
c52623d743
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue