workflows/hlsl-test-all: Drop use of setup-windows action (#167437)

It doesn't look like these tests are actually run on Windows, so we
don't need it.
This commit is contained in:
Tom Stellard 2025-11-19 12:33:07 -08:00 committed by GitHub
parent e00314be1c
commit 2f9f492b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,11 +52,6 @@ jobs:
repository: llvm/offload-golden-images
ref: main
path: golden-images
- name: Setup Windows
if: runner.os == 'Windows'
uses: llvm/actions/setup-windows@5dd955034a6742a2e21d82bf165fcb1050ae7b49 # main
with:
arch: amd64
- name: Build DXC
run: |
cd DXC