Skip to content

Commit

Permalink
1 more
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Feb 26, 2024
1 parent 65b6dd5 commit 6e44ad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: windows-2022
steps:
- name: Execute
run:
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
shell: cmd
- name: Tools
run:
run: |
echo %vctoolsversion%
shell: cmd
- name: Dir
run:
run: |
dir "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC"
shell: cmd

0 comments on commit 6e44ad5

Please sign in to comment.