Skip to content

Commit 16caf7e

Browse files
committed
add semicolon
1 parent 3bd1524 commit 16caf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)