mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Another attempt at fixing the GPU CI build (#5)
This commit is contained in:
parent
f358078114
commit
91bc6ca69b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-gpu.yml
vendored
4
.github/workflows/ci-gpu.yml
vendored
|
|
@ -35,8 +35,8 @@ jobs:
|
|||
id: cuda-toolkit
|
||||
with:
|
||||
cuda: ${{ matrix.cuda }}
|
||||
method: 'network'
|
||||
sub-packages: '[ "nvcc" ]'
|
||||
use-github-cache: false
|
||||
use-local-cache: false
|
||||
|
||||
- name: Check NVCC
|
||||
run: nvcc -V
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue