Skip to content

Commit

Permalink
use Visual C++ 2022 on CI (#201)
Browse files Browse the repository at this point in the history
* install V8 package for Visual C++ 2022
* enable V8 sandbox on Windows CI
  • Loading branch information
pmed authored Oct 17, 2023
1 parent 56511d3 commit 555d4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
v8_enable_sandbox: true
- os: windows-latest
v8_compress_pointers: true
v8_enable_sandbox: false
v8_enable_sandbox: true

runs-on: ${{matrix.os}}

Expand All @@ -36,14 +36,14 @@ jobs:

- name: Install V8 nuget
if: startsWith(matrix.os, 'windows')
run: nuget install v8-v142-x64 -OutputDirectory ${{github.workspace}}/build
run: nuget install v8-v143-x64 -OutputDirectory ${{github.workspace}}/build

- name: Install Visual C++
if: startsWith(matrix.os, 'windows')
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
toolset: 14.29 # Visual C++ 2019
vsversion: 2022

- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v3
Expand Down

0 comments on commit 555d4ce

Please sign in to comment.