Skip to content

Commit

Permalink
test: check gn value
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 15, 2024
1 parent df3da33 commit 3aae8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
v8_enable_pointer_compression = false
v8_use_external_startup_data = true' > v8/out.gn/x64.release/args.gn
- run: cat v8/out.gn/x64.release/args.gn
- run: gn args --list v8/out.gn/x64.release
- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
Expand Down

0 comments on commit 3aae8ff

Please sign in to comment.