mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-15 13:25:07 +00:00
Fix include-templates matrix
This commit is contained in:
parent
80700e5954
commit
46c92e0b15
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
# Put the operating systems you want to run on here.
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
use-dotnet: [false, true]
|
||||
include-templates: [false, true]
|
||||
env:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
DOTNET_NOLOGO: true
|
||||
@ -51,7 +52,7 @@ jobs:
|
||||
version: 4.0.0
|
||||
use-dotnet: ${{ matrix.use-dotnet }}
|
||||
include-templates: ${{ matrix.include-templates }}
|
||||
|
||||
|
||||
- name: 🔬 Verify Dotnet
|
||||
if: ${{ matrix.use-dotnet }}
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user