Skip to content

Commit

Permalink
Install build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 3, 2024
1 parent bac20d1 commit 6096723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
if command -v apt-get &> /dev/null; then
echo "installing python & pip with apt-get..."
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip python3-venv git curl
apt-get install -y --no-install-recommends python3 python3-pip python3-venv git curl build-essential
else
echo "installing python & pip with apk..."
apk update
Expand Down

0 comments on commit 6096723

Please sign in to comment.