Skip to content

Commit

Permalink
matrix is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Dec 9, 2024
1 parent df26d77 commit 8c79d4f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,32 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-2019, windows-2022]
include:
- os: windows-2019
cache: false
DOTNET_INSTALL_DIR: D:\dotnet
NUGET_PACKAGES: D:\nuget\packages
- os: windows-2022
cache: false
DOTNET_INSTALL_DIR: D:\dotnet
NUGET_PACKAGES: D:\nuget\packages
- os: windows-2019
cache: true
DOTNET_INSTALL_DIR: D:\dotnet
NUGET_PACKAGES: D:\nuget\packages
- os: windows-2022
cache: true
DOTNET_INSTALL_DIR: D:\dotnet
NUGET_PACKAGES: D:\nuget\packages
- os: windows-2019
cache: false
DOTNET_INSTALL_DIR: ''
- os: windows-2022
cache: false
DOTNET_INSTALL_DIR: ''
- os: windows-2019
cache: true
DOTNET_INSTALL_DIR: ''
- os: windows-2022
cache: true
DOTNET_INSTALL_DIR: ''
cache: [true, false]
fail-fast: false
Expand Down

0 comments on commit 8c79d4f

Please sign in to comment.