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 a16672d commit 1b21239Copy full SHA for 1b21239
.github/workflows/test-runner-actions.yml
@@ -12,3 +12,5 @@ jobs:
12
- run: echo "from ctypes import windll" > foo.py
13
- run: echo "print(windll.kernel32.CreateFileA('\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
14
- run: python foo.py
15
+ - run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.exe
16
+ - run: ./a.exe
0 commit comments