We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2366c commit 6dadbcaCopy full SHA for 6dadbca
.github/workflows/hlsl-test-all.yaml
@@ -52,11 +52,6 @@ jobs:
52
repository: llvm/offload-golden-images
53
ref: main
54
path: golden-images
55
- - name: Setup Windows
56
- if: runner.os == 'Windows'
57
- uses: llvm/actions/setup-windows@main
58
- with:
59
- arch: amd64
60
- name: Build DXC
61
run: |
62
cd DXC
.github/workflows/release-binaries-setup-stage/action.yml
@@ -24,12 +24,6 @@ runs:
24
- name: Install Ninja
25
uses: llvm/actions/install-ninja@22e9f909d35b50bd1181709564bfe816eaeaae81 # main
26
27
28
- if: startsWith(runner.os, 'Windows')
29
30
31
32
-
33
- name: Set Build Prefix
34
id: build-prefix
35
shell: bash
0 commit comments