Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Mar 21, 2024
1 parent 1c3baea commit b2c6f91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: newkdev/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.11.7'
python-version: '3.11.7'
- name: Set up
run: mkdir v8 && cd v8
- run: |
Expand All @@ -25,6 +25,8 @@ jobs:
"custom_deps": {}
}
]' > .gclient
- run: cat .gclient
- run: ls -la
- run: gclient sync && cd v8
- name: Generate build dir
run: ./tools/dev/v8gen.py arm64.release -vv
Expand Down

0 comments on commit b2c6f91

Please sign in to comment.