From 631219bacc7d0bd6a3e97d34cdd43e7921ac3c55 Mon Sep 17 00:00:00 2001 From: Alex Chubaty Date: Mon, 31 Aug 2026 17:14:04 -0600 Subject: [PATCH] ci: repoint install-spatial-deps to @main Every published tag of this action -- v0.1 through v0.5, including the newest -- still runs `add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable`. That PPA installs libgdal37, while the Posit noble binaries these workflows fetch via Require::setLinuxBinaryRepo() are built against the Ubuntu-default libgdal34. The mismatch only surfaces at lazy-load, as `libgdal.so.34: cannot open shared object file`, and fails the whole job. Only @main dropped the PPA. Tags do not move, so pinning to one -- even the newest -- keeps the hazard. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/render-module-rmd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-module-rmd.yaml b/.github/workflows/render-module-rmd.yaml index 3d5574d..302b7d8 100644 --- a/.github/workflows/render-module-rmd.yaml +++ b/.github/workflows/render-module-rmd.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: PredictiveEcology/actions/install-spatial-deps@v0.2 + - uses: PredictiveEcology/actions/install-spatial-deps@main - name: Install other dependencies run: |