promote: dev → stage #2

Merged
will.anderson merged 44 commits from dev into stage 2026-05-09 17:32:29 +00:00
Showing only changes of commit 46f4be83fd - Show all commits
+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"