Skip to content

Commit 8c3da92

Browse files
committed
Dedupe IDs [skip ci]
1 parent e0b9f53 commit 8c3da92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
PATH: ''
4343

4444
- name: Setup MSBuild (x64)
45-
id: setup_msbuild_path
45+
id: setup_msbuild_path_x64
4646
uses: ./
4747
with:
4848
vs-prerelease: true
@@ -60,6 +60,7 @@ jobs:
6060
echo "vswhere-path: ${{ steps.setup_msbuild_explicit.outputs.msbuildPath }}"
6161
echo "PATH: ${{ steps.setup_msbuild_path.outputs.msbuildPath }}"
6262
echo "ARM PATH: ${{ steps.setup_msbuild_path_arm.outputs.msbuildPath }}"
63+
echo "ARM PATH: ${{ steps.setup_msbuild_path_x64.outputs.msbuildPath }}"
6364
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
6465
6566
- name: echo MSBuild

0 commit comments

Comments
 (0)