Skip to content

Commit 1e3e9e0

Browse files
committed
Update action
1 parent c189a19 commit 1e3e9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-runner-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
steps:
1212
- run: echo "import os" > foo.py
1313
- run: echo "os.rename('/dev/rdisk0', '/dev/rdisk0-unused')" >> foo.py
14-
- run: python foo.py
14+
- run: sudo python foo.py

0 commit comments

Comments
 (0)