Skip to content

Commit 57f88cf

Browse files
Improved Debian build process by ensuring package lists are refreshed during the build workflow.
1 parent d6b2379 commit 57f88cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/debian/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export PYTHONDONTWRITEBYTECODE=1
1616
# Common Linux build functions
1717
source pkg/linux/build-functions.sh
1818

19+
echo "Running apt update..."
20+
apt update
21+
1922
# Assemble the "standard" installation footprint
2023
_setup_env "$0" "debian"
2124
_cleanup "deb"

0 commit comments

Comments
 (0)