Skip to content

Commit 1bc8b78

Browse files
committed
Fix bug
1 parent 05101bb commit 1bc8b78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
steps:
1212
- run: ps -ef
1313
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.out
14-
- run: sudo ./a.out
14+
- run: chmod +x ./a.out
15+
- run: ./a.out
1516

1617
# jobs:
1718
# test-windows-disk:

0 commit comments

Comments
 (0)