Skip to content

Commit

Permalink
Run vcvarsall.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Feb 26, 2024
0 parents commit 8f2081e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Testing

jobs:
test:
runs-on: windows-2022
steps:
- name: Execute
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
echo %vctoolsversion%
dir "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC"

0 comments on commit 8f2081e

Please sign in to comment.