Skip to content

Commit

Permalink
ci: use python script to build v8
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldziuba03 authored Nov 17, 2024
1 parent 1b11627 commit 8191ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}
- name: Build v8
run: cmake -P v8.cmake
run: python3 tools/build_v8.py
- name: Build
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

0 comments on commit 8191ada

Please sign in to comment.