Skip to content

Commit 9969eea

Browse files
committed
Fix Windows capitalization
1 parent 8d155e1 commit 9969eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hlsl-test-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: golden-images
124124
fetch-depth: 1
125125
- name: Setup Windows
126-
if: runner.os == 'windows'
126+
if: runner.os == 'Windows'
127127
uses: llvm/actions/setup-windows@main
128128
with:
129129
arch: amd64

0 commit comments

Comments
 (0)