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 61c9e98 commit ee49471
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ jobs:
# Fetches all history for all tags and branches, necessary for a complete submodule update
fetch-depth: 0

- name: Install CMake and git
run: |
apt-get update
apt-get install git
apt-get install -y cmake
- name: Initialize and Update Git Submodules
run: |
git submodule sync
git submodule update --init --recursive
- name: Install CMake
run: |
apt-get update
apt-get install -y cmake
# Note: The CUDA toolkit is already included in the container image, so we don't need the Jimver/cuda-toolkit action anymore.

- name: Configure CMake
Expand Down

0 comments on commit ee49471

Please sign in to comment.