Skip to content

Commit 8d155e1

Browse files
committed
Make sure dxil-dis builds
1 parent 18a274f commit 8d155e1

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
@@ -133,7 +133,7 @@ jobs:
133133
mkdir build
134134
cd build
135135
cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ inputs.BuildType }} -C ${{ github.workspace }}/DXC/cmake/caches/PredefinedParams.cmake -C ${{ github.workspace }}/OffloadTest/cmake/caches/sccache.cmake -DHLSL_DISABLE_SOURCE_GENERATION=On ${{ github.workspace }}/DXC/
136-
ninja
136+
ninja dxv llvm-dis
137137
- name: Build LLVM
138138
run: |
139139
cd llvm-project

0 commit comments

Comments
 (0)