mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Add missing sudo
This commit is contained in:
parent
baa91a74af
commit
5a12f03d7b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-gpu.yml
vendored
2
.github/workflows/ci-gpu.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: sudo apt-get -y install libopenexr-dev
|
||||
|
||||
- name: Make /usr/local world writable
|
||||
run: chmod 777 /usr/local
|
||||
run: sudo chmod 777 /usr/local
|
||||
|
||||
- name: Try to restore CUDA install from cache
|
||||
id: cache-cuda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue