diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index badab50..0da8882 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -30,6 +30,7 @@ prepare() { pnpm install poetry install + poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py } build() { diff --git a/scripts/ci/github-install-deps.sh b/scripts/ci/github-install-deps.sh index aaeff74..ae225d5 100755 --- a/scripts/ci/github-install-deps.sh +++ b/scripts/ci/github-install-deps.sh @@ -39,6 +39,7 @@ fi python -m poetry check --lock python -m poetry install --no-interaction --no-ansi +python -m poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py pnpm config set verify-store-integrity true pnpm install --frozen-lockfile