Skip to content

Commit

Permalink
if: github.event.inputs.build_windows == 'true' for v8cc
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 5, 2024
1 parent f4f1f06 commit 62c25c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ jobs:
path: ~/v8/v8/output/**/*

build_windows_v8cc_arm64:
if: github.event.inputs.build_windows == 'true'
name: Windows-v8cc-arm64
runs-on: windows-2019
steps:
Expand All @@ -331,6 +332,7 @@ jobs:
path: ~/v8/v8/output/**/*

build_windows_v8cc_arm:
if: github.event.inputs.build_windows == 'true'
name: Windows-v8cc-arm
runs-on: windows-2019
steps:
Expand Down

0 comments on commit 62c25c1

Please sign in to comment.