From 2ff1e0b7b8f59a3351b5fe0ec9251d944c5c299b Mon Sep 17 00:00:00 2001 From: Alex Chubaty Date: Mon, 31 Aug 2026 17:24:26 -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/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index a4edd81..ed94a51 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -35,7 +35,7 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 - - uses: PredictiveEcology/actions/install-spatial-deps@v0.2 + - uses: PredictiveEcology/actions/install-spatial-deps@main - uses: r-lib/actions/setup-r@v2 with: