Skip to content

Commit

Permalink
more windows
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 16, 2024
1 parent 5abe46d commit 6a745eb
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ jobs:
- name: Install dependencies on windows
if: startsWith(matrix.config.os, 'windows')
steps:
- name: Install stuff
run: |
choco install node cmake
node --version
cmake --version
"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
run: |
choco install node cmake
node --version
cmake --version
"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Add msbuild to PATH
if: startsWith(matrix.config.os, 'windows')
uses: microsoft/setup-msbuild@v2

- name: Install dependencies on ubuntu
if: startsWith(matrix.config.name, 'Ubuntu_Latest_GCC')
Expand Down

0 comments on commit 6a745eb

Please sign in to comment.