aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux_gcc_32bit
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux_gcc_32bit')
-rwxr-xr-x.github/workflows/linux_gcc_32bit/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_gcc_32bit/start.sh b/.github/workflows/linux_gcc_32bit/start.sh
index ef12e2b5..81f1dc39 100755
--- a/.github/workflows/linux_gcc_32bit/start.sh
+++ b/.github/workflows/linux_gcc_32bit/start.sh
@@ -18,7 +18,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends -o AP
libsqlite3-dev:$ARCH libtiff-dev:$ARCH libcurl4-openssl-dev:$ARCH \
jq
-pip3 install --user jsonschema
+python3 -m pip install --user jsonschema
export PATH=$HOME/.local/bin:$PATH
export CXXFLAGS='-g -O2 -m32 -D_GLIBCXX_ASSERTIONS'