Skip to content

Commit

Permalink
update dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed May 10, 2024
1 parent ba8f2a0 commit b52d457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
tar xvfz qjslib.tgz
mkdir -p mult/Inc
mkdir -p mult/Lib
cp -r v8_9.4/Inc mult/Inc/v8
cp -r v8_9.4.146.24/Inc mult/Inc/v8
cp -r quickjs_ns/Inc mult/Inc/quickjs
cp -r v8_9.4/Lib/* mult/Lib/
cp -r v8_9.4.146.24/Lib/* mult/Lib/
cp -r quickjs_ns/Lib/* mult/Lib/
tar cvfz mult_backends.tgz mult
Expand Down

0 comments on commit b52d457

Please sign in to comment.