Improved Debian build process by ensuring package lists are refreshed during the build workflow.

pull/9327/head
Khushboo Vashi 2025-11-18 12:18:14 +05:30 committed by GitHub
parent d6b2379fbe
commit 57f88cf5af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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"