Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas authored Nov 5, 2024
1 parent b29868a commit 48ef809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
- name: Build Kokkos with OpenMP
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y nvidia-cuda-toolkit
echo 'export PATH=/usr/local/cuda/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
cd 3rdparty/kokkos
mkdir build
cd build
Expand Down

0 comments on commit 48ef809

Please sign in to comment.