diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index d2b7664..9852abc 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -69,6 +69,11 @@ jobs: run: | poetry install --all-groups + - name: "Install zstandard (Nuitka onefile compression)" + shell: bash + run: | + poetry run pip install zstandard + - name: "Build with Nuitka" shell: bash run: | @@ -192,6 +197,11 @@ jobs: run: | poetry install --all-groups + - name: "Install zstandard (Nuitka onefile compression)" + shell: bash + run: | + poetry run pip install zstandard + - name: "Build with Nuitka" run: | poetry run python -m nuitka \ @@ -305,6 +315,11 @@ jobs: run: | poetry install --all-groups + - name: "Install zstandard (Nuitka onefile compression)" + shell: bash + run: | + poetry run pip install zstandard + - name: "Build with Nuitka" run: | poetry run python -m nuitka \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eac5657..929b9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,11 @@ jobs: run: | poetry install --all-groups + - name: "Install zstandard (Nuitka onefile compression)" + shell: bash + run: | + poetry run pip install zstandard + - name: "Build with Nuitka" shell: bash run: | @@ -199,6 +204,11 @@ jobs: run: | poetry install --all-groups + - name: "Install zstandard (Nuitka onefile compression)" + shell: bash + run: | + poetry run pip install zstandard + - name: "Build with Nuitka" run: | poetry run python -m nuitka \ @@ -320,6 +330,11 @@ jobs: run: | poetry install --all-groups + - name: "Install zstandard (Nuitka onefile compression)" + shell: bash + run: | + poetry run pip install zstandard + - name: "Build with Nuitka" run: | poetry run python -m nuitka \