File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6565 docker run -v "${{ github.workspace }}:/src/" ghcr.io/white-gecko/docker-pyinstaller:master-py3-amd64
6666 cp dist/linux/run dist/quit-64bit-linux
6767 # Linux 32bit, requires libgit2 from source, as no wheel is available on pypi
68- docker run -v "${{ github.workspace }}:/src/" --entrypoint /bin/sh ghcr.io/white-gecko/docker-pyinstaller:master-py3-i386 -c ". /root/.bashrc && pip install --no-deps --only-binary :all: pygit2 || \ { apt-get update -y && apt-get install -y cmake && /src/scripts/install-libgit2.sh \ } && /entrypoint.sh"
68+ docker run -v "${{ github.workspace }}:/src/" --entrypoint /bin/sh ghcr.io/white-gecko/docker-pyinstaller:master-py3-i386 -c ". /root/.bashrc && pip install --no-deps --only-binary :all: pygit2 || { apt-get update -y && apt-get install -y cmake && /src/scripts/install-libgit2.sh; } && /entrypoint.sh"
6969 cp dist/linux/run dist/quit-32bit-linux
7070 # Windows
7171 git apply requirements.txt.windows.patch
You can’t perform that action at this time.
0 commit comments