We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347a452 commit c5b4c1cCopy full SHA for c5b4c1c
.github/workflows/binaries.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "$HOME/bin" >> $GITHUB_PATH
40
# Install missing build-essential
41
sudo apt-get update
42
- sudo apt-get install -y build-essential
+ sudo apt-get install -y build-essential python3
43
- uses: "./.github/actions/setup-and-build"
44
with:
45
node: 22
0 commit comments