Skip to content

Commit 05101bb

Browse files
committed
Fix bug
1 parent 2137f45 commit 05101bb

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,7 +11,7 @@ jobs:
1111
steps:
1212
- run: ps -ef
1313
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.out
14-
- run: ./a.out
14+
- run: sudo ./a.out
1515

1616
# jobs:
1717
# test-windows-disk:

0 commit comments

Comments
 (0)