Skip to content

Commit 1f1892d

Browse files
authored
DNI: try using sparse checkout for MDL-SDK (shader-slang#6190)
1 parent 3ecbeac commit 1f1892d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/benchmark.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
with:
4646
repository: "shader-slang/MDL-SDK"
4747
path: "external/MDL-SDK"
48+
sparse-checkout: |
49+
./examples/mdl_sdk/dxr/content/slangified
4850
- name: Run benchmark
4951
run: |
5052
cd tools/benchmark

.github/workflows/push-benchmark-results.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
with:
3838
repository: "shader-slang/MDL-SDK"
3939
path: "external/MDL-SDK"
40+
sparse-checkout: |
41+
./examples/mdl_sdk/dxr/content/slangified
4042
- name: Run benchmark
4143
run: |
4244
cd tools/benchmark

0 commit comments

Comments
 (0)