Skip to content

Commit

Permalink
Dedupe IDs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Nov 8, 2022
1 parent e38c2fa commit 750ad4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
PATH: ''

- name: Setup MSBuild (x64)
id: setup_msbuild_path
id: setup_msbuild_path_x64
uses: ./
with:
vs-prerelease: true
Expand All @@ -60,6 +60,7 @@ jobs:
echo "vswhere-path: ${{ steps.setup_msbuild_explicit.outputs.msbuildPath }}"
echo "PATH: ${{ steps.setup_msbuild_path.outputs.msbuildPath }}"
echo "ARM PATH: ${{ steps.setup_msbuild_path_arm.outputs.msbuildPath }}"
echo "ARM PATH: ${{ steps.setup_msbuild_path_x64.outputs.msbuildPath }}"
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
- name: echo MSBuild
Expand Down

0 comments on commit 750ad4a

Please sign in to comment.