We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174ea82 commit 98debb4Copy full SHA for 98debb4
.github/workflows/build.yml
@@ -63,13 +63,12 @@ jobs:
63
set VULKAN_SDK=D:/a/VulkanSDK
64
cd src
65
call build.bat
66
- cd ..
67
- if not exist out/pilotlight_python.exe exit 1
68
- if not exist out/glfwd.lib exit 1
69
- if not exist out/pl_platform_ext.lib exit 1
70
- if not exist out/python3.dll exit 1
71
- if not exist out/python314_d.dll exit 1
72
- if not exist pilotlight/pilotlight_d.pyd exit 1
+ if not exist ../out/pilotlight_python.exe exit 1
+ if not exist ../out/glfwd.lib exit 1
+ if not exist ../out/pl_platform_ext.lib exit 1
+ if not exist ../out/python3_d.dll exit 1
+ if not exist ../out/python314_d.dll exit 1
+ if not exist ../pilotlight/pilotlight_d.pyd exit 1
73
74
MacOS:
75
0 commit comments