Skip to content

Commit

Permalink
npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jul 23, 2024
1 parent 149207c commit 8b1dac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
- name: Run build script
run: |
cd $GITHUB_WORKSPACE
npm i
bash ./linux_arm64.sh ${{github.event.inputs.v8_revision}}
mv ~/v8/v8/output/v8 ~/v8/v8/output/v8_${{github.event.inputs.v8_revision}}
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8b1dac1

Please sign in to comment.