Skip to content

Commit

Permalink
workflow work
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent b7546d9 commit 99ee5ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/cuda-ubu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Deps (APT)
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
# - name: Deps (CUDA)
# uses: Jimver/[email protected]
# id: cuda-toolkit
# with:
# cuda: '12.1.0'
- name: Deps (CUDA)
uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: '12.1.0'
run: |
nvidia-smi
- name: Clone
uses: actions/checkout@v4
with:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/cuda-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Deps (APT)
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
- name: Deps (Embree)
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
- name: Deps (CUDA)
run: |
wget https://github.com/embree/embree/releases/download/v4.3.0/embree-4.3.0.x86_64.linux.tar.gz
mkdir embree
tar -xf embree-4.3.0.x86_64.linux.tar.gz -C embree
sudo apt install -y nvidia-driver-535
nvidia-smi
- name: Clone
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 99ee5ef

Please sign in to comment.