Skip to content

Commit

Permalink
workflows: build: add python3 as build dependency
Browse files Browse the repository at this point in the history
A recent net-next update specifically added python3 as build dependency
for the 'make bindep-package'. Add this to the list of packages to
install.

Signed-off-by: Louis Peens <[email protected]>
Reviewed-by: Ryno Swart <[email protected]>
  • Loading branch information
louis-peens committed Dec 6, 2024
1 parent 518c9d1 commit 79df9a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ jobs:
EXTRA_DEP+=" libssl-dev"
EXTRA_DEP+=" make"
EXTRA_DEP+=" perl"
EXTRA_DEP+=" python3"
EXTRA_DEP+=" rsync"
EXTRA_DEP+=" wget"
echo "EXTRA_DEP=$EXTRA_DEP" >> $GITHUB_ENV
Expand Down

0 comments on commit 79df9a4

Please sign in to comment.