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 173a975 commit 64f916dCopy full SHA for 64f916d
.github/workflows/test-runner-actions.yml
@@ -10,5 +10,5 @@ jobs:
10
runs-on: windows-latest
11
steps:
12
- run: echo "from ctypes import windll" > foo.py
13
- - run: echo "print(windll.kernel32.CreateFile(r'\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
+ - run: echo "print(windll.kernel32.CreateFileA(r'\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
14
- run: python foo.py
0 commit comments