ci: add sudo to apt-get (runner is non-root)
This commit is contained in:
@@ -42,8 +42,8 @@ jobs:
|
|||||||
|
|
||||||
# Install curl dev libs — needed to link elc.c.
|
# Install curl dev libs — needed to link elc.c.
|
||||||
# ci-base has gcc but not libcurl4-openssl-dev.
|
# ci-base has gcc but not libcurl4-openssl-dev.
|
||||||
apt-get update -qq
|
sudo apt-get update -qq
|
||||||
apt-get install -y -qq libcurl4-openssl-dev libssl-dev
|
sudo apt-get install -y -qq libcurl4-openssl-dev libssl-dev
|
||||||
|
|
||||||
DEST="${{ github.workspace }}/../foundation-el"
|
DEST="${{ github.workspace }}/../foundation-el"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user