Skip to content

Commit 6dadbca

Browse files
committed
[GitHub] Stop using setup-windows action
1 parent 6d2366c commit 6dadbca

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
repository: llvm/offload-golden-images
5353
ref: main
5454
path: golden-images
55-
- name: Setup Windows
56-
if: runner.os == 'Windows'
57-
uses: llvm/actions/setup-windows@main
58-
with:
59-
arch: amd64
6055
- name: Build DXC
6156
run: |
6257
cd DXC

.github/workflows/release-binaries-setup-stage/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ runs:
2424
- name: Install Ninja
2525
uses: llvm/actions/install-ninja@22e9f909d35b50bd1181709564bfe816eaeaae81 # main
2626

27-
- name: Setup Windows
28-
if: startsWith(runner.os, 'Windows')
29-
uses: llvm/actions/setup-windows@main
30-
with:
31-
arch: amd64
32-
3327
- name: Set Build Prefix
3428
id: build-prefix
3529
shell: bash

0 commit comments

Comments
 (0)