Skip to content

Commit

Permalink
DNI: try using sparse checkout for MDL-SDK (shader-slang#6190)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhangNV authored Jan 27, 2025
1 parent 3ecbeac commit 1f1892d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
repository: "shader-slang/MDL-SDK"
path: "external/MDL-SDK"
sparse-checkout: |
./examples/mdl_sdk/dxr/content/slangified
- name: Run benchmark
run: |
cd tools/benchmark
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-benchmark-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
with:
repository: "shader-slang/MDL-SDK"
path: "external/MDL-SDK"
sparse-checkout: |
./examples/mdl_sdk/dxr/content/slangified
- name: Run benchmark
run: |
cd tools/benchmark
Expand Down

0 comments on commit 1f1892d

Please sign in to comment.