Projects STRLCPY got-your-back Commits 3a8b67d1
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 73 lines
    74 74   path: |
    75 75   ./ssl
    76 76   ./python
    77  - key: ${{ matrix.jid }}-20220325
     77 + key: ${{ matrix.jid }}-20220329
    78 78   
    79 79   - name: Use pre-compiled Python
    80 80   if: matrix.python != ''
    skipped 232 lines
    313 313   fi
    314 314   echo "PyInstaller build arguments: ${PYINSTALLER_BUILD_ARGS}"
    315 315   "${PYTHON}" ./waf all $PYINSTALLER_BUILD_ARGS
    316  - cd ..
    317  - "${PYTHON}" -m pip install .
     316 + cd ../..
     317 + "${PYTHON}" -m pip install pyinstaller
    318 318   
    319 319   - name: Install pip requirements
    320 320   run: |
    skipped 159 lines
Please wait...
Page is in error, reload to recover