Skip to content

Commit b2de71d

Browse files
Darkless012ocaisa
andauthored
Update .github/workflows/tests_link_nvidia_host_libraries.yml
Co-authored-by: ocaisa <alan.ocais@cecam.org>
1 parent 03fac99 commit b2de71d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests_link_nvidia_host_libraries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ jobs:
166166
- name: Test normal run (second time)
167167
run: |
168168
echo ">>> Testing normal run - second time - should be idempotent"
169-
169+
# Remove all write permissions on /opt/eessi so any attempts to write files fail
170+
chmod -R a-w /opt/eessi
171+
170172
# Store file timestamps before second run
171173
stat_before=$(stat "/opt/eessi/nvidia/x86_64/host/driver_version.txt")
172174

0 commit comments

Comments
 (0)