Skip to content

Commit

Permalink
fix: arm64 binaries creation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jun 5, 2024
1 parent 347a452 commit f0a9a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "$HOME/bin" >> $GITHUB_PATH
# Install missing build-essential
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y build-essential python3
- uses: "./.github/actions/setup-and-build"
with:
node: 22
Expand Down

0 comments on commit f0a9a50

Please sign in to comment.