Skip to content

Commit

Permalink
install V8 package for Visual C++ 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
pmed committed Oct 17, 2023
1 parent 56511d3 commit 8e5c191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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')
Expand Down

0 comments on commit 8e5c191

Please sign in to comment.