Merge pull request #122 from mosfet80/patch-1 [skip ci]

Update test.yml
This commit is contained in:
Tim Heuer 2024-01-16 12:01:13 -08:00 committed by GitHub
commit c9685f2ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Setup MSBuild (vswhere-path) - name: Setup MSBuild (vswhere-path)
id: setup_msbuild_explicit id: setup_msbuild_explicit
@ -66,4 +66,4 @@ jobs:
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}" echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
- name: echo MSBuild - name: echo MSBuild
run: msbuild -version run: msbuild -version