Skip to content

Commit c5b4c1c

Browse files
authored
fix: arm64 binaries creation issue (#6858)
1 parent 347a452 commit c5b4c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "$HOME/bin" >> $GITHUB_PATH
4040
# Install missing build-essential
4141
sudo apt-get update
42-
sudo apt-get install -y build-essential
42+
sudo apt-get install -y build-essential python3
4343
- uses: "./.github/actions/setup-and-build"
4444
with:
4545
node: 22

0 commit comments

Comments
 (0)