Skip to content

Commit

Permalink
fix: fix v8 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Mar 24, 2024
1 parent 20d85b2 commit 780f716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
]' > .gclient
- run: cat .gclient
- run: ls -la
- run: gclient sync && cd v8
- run: gclient sync && cd v8 && ls -la && brew install tree
- name: Generate build dir
run: ./tools/dev/v8gen.py arm64.release -vv
- run: rm ./out/arm64.release/args.gn
Expand Down

0 comments on commit 780f716

Please sign in to comment.