Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-artemkin committed Jan 23, 2024
1 parent 5c7e2db commit f90b359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
PATH=$GITHUB_WORKSPACE/depot_tools:$PATH
cd v8-src/v8
echo "v8_use_external_startup_data = false" > ./build/args/tv-args.gn
echo 'import("//build/args/custom.gn")' > out/x64.release/args.gn
mkdir -p ./out/x64.release
echo 'import("//build/args/tv-args.gn")' > ./out/x64.release/args.gn
gn gen out/x64.release
./build/install-build-deps.sh
./tools/dev/gm.py x64.release.check
Expand Down

0 comments on commit f90b359

Please sign in to comment.