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 648dc05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- run: ls -la
- run: gclient sync && cd v8
- name: Generate build dir
run: ./tools/dev/v8gen.py arm64.release -vv
- run: rm ./out/arm64.release/args.gn
run: cd v8 && ./tools/dev/v8gen.py arm64.release -vv
- run: pwd && rm ./out/arm64.release/args.gn
- name: Set Args Config
run: cp .github/macos-arm64/args.gn ./out/arm64.release/args.gn
run: pwd && cp .github/macos-arm64/args.gn ./out/arm64.release/args.gn
- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
Expand Down

0 comments on commit 648dc05

Please sign in to comment.