Skip to content

Commit 4f2d316

Browse files
committed
Do not perform deep checkout of submodules
Fixes shader-slang#5465
1 parent 9580e31 commit 4f2d316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- uses: actions/checkout@v4
8686
with:
87-
submodules: "recursive"
87+
submodules: ""
8888
fetch-depth: "0"
8989
- id: filter
9090
run: |

0 commit comments

Comments
 (0)