Skip to content

Commit

Permalink
Switch to setting up the developer command instead of MSBuild for com…
Browse files Browse the repository at this point in the history
…piler version
  • Loading branch information
jacquesh committed Aug 11, 2024
1 parent ffc2cdd commit 7acf59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
print-compiler-version:
runs-on: windows-2022
steps:
- name: Add MSBuild to the PATH
uses: microsoft/setup-msbuild@v2
- name: Add MSVC compiler to the PATH
uses: ilammy/msvc-dev-cmd@v1

- name: Print the active MSVC compiler version
shell: pwsh
Expand Down

0 comments on commit 7acf59d

Please sign in to comment.