mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-06 21:51:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user