Projects STRLCPY got-your-back Commits bf04f05e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 304 lines
    305 305   git clone https://github.com/pyinstaller/pyinstaller.git
    306 306   cd pyinstaller
    307 307   export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
     308 + echo $latest_release
     309 + export latest_release="v5.3"
    308 310   git checkout "${latest_release}"
    309 311   # remove pre-compiled bootloaders so we fail if bootloader compile fails
    310 312   rm -rf PyInstaller/bootloader/*-*/*
    skipped 180 lines
Please wait...
Page is in error, reload to recover