Browse Source

workflow: Fix Windows build

rdb 4 months ago
parent
commit
6a9dde43da
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/ci.yml

+ 4 - 1
.github/workflows/ci.yml

@@ -116,7 +116,10 @@ jobs:
         python -m pip install pytest
         PYTHONPATH=built LD_LIBRARY_PATH=built/lib:$pythonLocation/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
 
-    - name: Make installer
+    - name: Remove p3dcparse
+      if: matrix.os == 'ubuntu-22.04'
       run: |
         rm -f built/bin/p3dcparse
+    - name: Make installer
+      run: |
         python makepanda/makepackage.py --verbose --lzma