Skip to content

Commit b47fcd1

Browse files
committed
fix typo
1 parent f584704 commit b47fcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build Apps
3030
run: |
3131
git config --global --add safe.directory /__w/gpu-app-collection/gpu-app-collection
32-
git submodule update --init -- gpu-app-collection/src/cuda/cuda-samples
32+
git submodule update --init -- src/cuda/cuda-samples
3333
/bin/bash test-build.sh
3434
3535
- name: Print Successful Apps

0 commit comments

Comments
 (0)