Skip to content

Commit d4fc415

Browse files
committed
Fix use of $env:GITHUB_ENV in basemap-for-windows workflow
1 parent fecc9a0 commit d4fc415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
} else {
9898
Set-Variable -Name "vcversion" -Value "14.x"
9999
}
100-
echo "VCVERSION=${vcversion}" >> ${GITHUB_ENV}
100+
echo "VCVERSION=${vcversion}" >> $env:GITHUB_ENV
101101
-
102102
name: Install MSVC toolchain
103103
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)