We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c189a19 commit 1e3e9e0Copy full SHA for 1e3e9e0
.github/workflows/test-runner-actions.yml
@@ -11,4 +11,4 @@ jobs:
11
steps:
12
- run: echo "import os" > foo.py
13
- run: echo "os.rename('/dev/rdisk0', '/dev/rdisk0-unused')" >> foo.py
14
- - run: python foo.py
+ - run: sudo python foo.py
0 commit comments