Skip to content

Commit 1b21239

Browse files
committed
Update action
1 parent a16672d commit 1b21239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
- run: echo "from ctypes import windll" > foo.py
1313
- run: echo "print(windll.kernel32.CreateFileA('\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
1414
- run: python foo.py
15+
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.exe
16+
- run: ./a.exe

0 commit comments

Comments
 (0)