Add CI fixes for github's updated Ubuntu container

Includes needed dev packages and an ignore for error messages seen on
Ubuntu's version of curl but not in Clear Linux.

Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
William Douglas
2025-03-03 17:11:46 -08:00
parent 243d7085a2
commit 42e38325fd
2 changed files with 3 additions and 0 deletions
@@ -10,6 +10,8 @@
set -e
CORES=2
sudo apt install libbz2-dev liblzma-dev
# If alread exists, reuse
if [ -d dependencies ]; then
pushd dependencies