Improved Debian build process by ensuring package lists are refreshed during the build workflow.
parent
d6b2379fbe
commit
57f88cf5af
|
|
@ -16,6 +16,9 @@ export PYTHONDONTWRITEBYTECODE=1
|
|||
# Common Linux build functions
|
||||
source pkg/linux/build-functions.sh
|
||||
|
||||
echo "Running apt update..."
|
||||
apt update
|
||||
|
||||
# Assemble the "standard" installation footprint
|
||||
_setup_env "$0" "debian"
|
||||
_cleanup "deb"
|
||||
|
|
|
|||
Loading…
Reference in New Issue