Skip to content

Commit

Permalink
Install python3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 3, 2024
1 parent b6db372 commit 0dd8bf4
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 build-essential clang
apt-get install -y --no-install-recommends python3-dev python3-pip python3-venv git curl build-essential clang
else
echo "installing python & pip with apk..."
apk update
Expand Down

0 comments on commit 0dd8bf4

Please sign in to comment.