Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg authored Mar 19, 2024
1 parent 0921281 commit 61c9e98
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ jobs:
runs-on: ubuntu-latest
container:
image: nvidia/cuda:12.3.2-devel-ubuntu22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
# Fetches all history for all tags and branches, necessary for a complete submodule update
fetch-depth: 0

- name: Initialize and Update Git Submodules
run: |
git submodule sync
git submodule update --init --recursive
- name: Install CMake
run: |
Expand Down

0 comments on commit 61c9e98

Please sign in to comment.