From 9bc6d8867e07981fcee8fc7967ed41a95cf2b467 Mon Sep 17 00:00:00 2001 From: Alex Chubaty Date: Mon, 31 Aug 2026 17:24:47 -0600 Subject: [PATCH] ci: repoint install-spatial-deps to @main Every published tag -- v0.1 through v0.5, including the newest -- still runs `add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable`. That installs libgdal37, while Posit's noble binary cache builds sf/terra against the Ubuntu-default libgdal34. The mismatch surfaces only 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. Was: v0.2 Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/landweb-manual.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/landweb-manual.yaml b/.github/workflows/landweb-manual.yaml index 1db226c2..d7529de2 100644 --- a/.github/workflows/landweb-manual.yaml +++ b/.github/workflows/landweb-manual.yaml @@ -39,7 +39,7 @@ jobs: - uses: r-lib/actions/setup-tinytex@v2 - - uses: PredictiveEcology/actions/install-spatial-deps@v0.2 + - uses: PredictiveEcology/actions/install-spatial-deps@main - name: Install additional system dependencies if: runner.os == 'Linux'