ci: add sudo to apt-get (runner is non-root)

This commit is contained in:
2026-05-05 09:13:18 -05:00
parent aa6c354d58
commit 46f4be83fd
+2 -2
View File
@@ -42,8 +42,8 @@ jobs:
# Install curl dev libs — needed to link elc.c.
# ci-base has gcc but not libcurl4-openssl-dev.
apt-get update -qq
apt-get install -y -qq libcurl4-openssl-dev libssl-dev
sudo apt-get update -qq
sudo apt-get install -y -qq libcurl4-openssl-dev libssl-dev
DEST="${{ github.workspace }}/../foundation-el"