diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index badab504..0da88828 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 aaeff749..ae225d59 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