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
|
id: cuda-toolkit
|
||||||
with:
|
with:
|
||||||
cuda: ${{ matrix.cuda }}
|
cuda: ${{ matrix.cuda }}
|
||||||
method: 'network'
|
use-github-cache: false
|
||||||
sub-packages: '[ "nvcc" ]'
|
use-local-cache: false
|
||||||
|
|
||||||
- name: Check NVCC
|
- name: Check NVCC
|
||||||
run: nvcc -V
|
run: nvcc -V
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue