We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f584704 commit b47fcd1Copy full SHA for b47fcd1
.github/workflows/test-build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build Apps
30
run: |
31
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
+ git submodule update --init -- src/cuda/cuda-samples
33
/bin/bash test-build.sh
34
35
- name: Print Successful Apps
0 commit comments