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 85af927 commit 8658243
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ jobs:
image: nvidia/cuda:12.3.2-devel-ubuntu22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Install CMake
run: |
apt-get update
apt-get install -y cmake
apt-get install -y ninja
# Note: The CUDA toolkit is already included in the container image, so we don't need the Jimver/cuda-toolkit action anymore.

Expand Down

0 comments on commit 8658243

Please sign in to comment.