Skip to content

Commit

Permalink
build: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 28, 2024
1 parent bdab24f commit ef8b8d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ jobs:
- name: Build
id: cmake_build
run: |
cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
ls
cd VC
ls
cd Auxiliary
ls
cd Build
ls
cmd
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
powershell
Expand Down

0 comments on commit ef8b8d7

Please sign in to comment.