Skip to content

Commit 735b89a

Browse files
committed
print matrix values
1 parent 8c79d4f commit 735b89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-2019, windows-2022]
24+
cache: [true, false]
2425
include:
2526
- os: windows-2019
2627
cache: false
@@ -50,7 +51,6 @@ jobs:
5051
- os: windows-2022
5152
cache: true
5253
DOTNET_INSTALL_DIR: ''
53-
cache: [true, false]
5454
fail-fast: false
5555
steps:
5656
- name: Checkout
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 0
6060

6161
- name: Set Windows Environment Variables
62-
if: startsWith(matrix.os, 'windows') && matrix.DOTNET_INSTALL_DIR != ''
62+
if: ${{ startsWith(matrix.os, 'windows') && matrix.DOTNET_INSTALL_DIR != '' }}
6363
shell: pwsh
6464
run: |
6565
echo "DOTNET_INSTALL_DIR=${{ matrix.DOTNET_INSTALL_DIR }}" >> $ENV:GITHUB_ENV

0 commit comments

Comments
 (0)