[CI] Fix CI

This commit is contained in:
hakril
2025-01-08 19:39:12 +01:00
parent 22672613a9
commit d79f7c609a
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- run:
py .\ctypes_generation\generate.py
- name: Check generated code can execute
py -c "import windows.generated_def"
run: py -c "import windows.generated_def"
tests:
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
needs: generate_ctypes