ci: Move the 'update doc examples' script to a later stage in the CI pipeline

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2025-01-24 20:56:16 -08:00
committed by Rusty Russell
parent 7f73d312e8
commit 9df9441aa3
3 changed files with 51 additions and 2 deletions

View File

@@ -20,12 +20,18 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
gcc-arm-none-eabi \
gettext \
git \
gnupg \
jq \
libc6-dev-arm64-cross \
libc6-dev-armhf-cross \
libev-dev \
libevent-dev \
libffi-dev \
libicu-dev \
libpq-dev \
libprotobuf-c-dev \
libsqlite3-dev \
libssl-dev \
libtool \
libxml2-utils \
locales \
@@ -43,6 +49,7 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
software-properties-common \
sudo \
tcl \
tclsh \
unzip \
valgrind \
wget \