mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Stop trying to cache the CUDA install in the ci-gpu github action.
It seems that at some point the CUDA compiler stopped being found, so this was not in fact doing a GPU build...
This commit is contained in:
parent
7c9ff86097
commit
2b8472a30d
1 changed files with 0 additions and 11 deletions
11
.github/workflows/ci-gpu.yml
vendored
11
.github/workflows/ci-gpu.yml
vendored
|
|
@ -47,18 +47,7 @@ jobs:
|
|||
- name: Install OpenEXR
|
||||
run: sudo apt-get -y install libopenexr-dev
|
||||
|
||||
- name: Make /usr/local world writable
|
||||
run: sudo chmod 777 /usr/local
|
||||
|
||||
- name: Try to restore CUDA install from cache
|
||||
id: cache-cuda
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /usr/local/cuda-${{ matrix.cuda }}
|
||||
key: cuda-usr-local-${{ matrix.cuda }}
|
||||
|
||||
- name: Install CUDA
|
||||
if: steps.cache-cuda.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
|
||||
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue