Add missing sudo

This commit is contained in:
Matt Pharr 2021-01-28 14:14:45 -08:00
parent baa91a74af
commit 5a12f03d7b

View file

@ -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