Skip to content

Commit 64f916d

Browse files
committed
Fix bug
1 parent 173a975 commit 64f916d

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
@@ -10,5 +10,5 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- 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
13+
- run: echo "print(windll.kernel32.CreateFileA(r'\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
1414
- run: python foo.py

0 commit comments

Comments
 (0)