Skip to content

Commit a16672d

Browse files
committed
Test another path
1 parent 64f916d commit a16672d

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.CreateFileA(r'\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
13+
- run: echo "print(windll.kernel32.CreateFileA('\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
1414
- run: python foo.py

0 commit comments

Comments
 (0)