Skip to content

Commit

Permalink
Fix tools build
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed May 8, 2024
1 parent 92524b8 commit 1c4d4ec
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 @@ -99,7 +99,7 @@ jobs:
for tool in ${{ env.BINARYEN_TOOLS }}; do
emmake make $MAKE_FLAGS "$tool"
echo '#!/usr/bin/env node' > "../../bin/$tool"
cat "./$tool.js" >> "../../bin/$tool"
cat "./bin/$tool.js" >> "../../bin/$tool"
done
cd ../..
chmod +x ./bin/*
Expand Down

0 comments on commit 1c4d4ec

Please sign in to comment.