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:
parent
e00314be1c
commit
2f9f492b3d
5
.github/workflows/hlsl-test-all.yaml
vendored
5
.github/workflows/hlsl-test-all.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user