mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
remove set-env in CI
This commit is contained in:
4
.github/workflows/vsenv.bat
vendored
4
.github/workflows/vsenv.bat
vendored
@@ -12,6 +12,6 @@ for /f "usebackq delims=*" %%i in (`%VSWHERE% -latest -property installationPath
|
||||
:: See: https://stackoverflow.com/questions/39183272/loop-through-all-environmental-variables-and-take-actions-depending-on-prefix
|
||||
setlocal
|
||||
for /f "delims== tokens=1,2" %%a in ('set') do (
|
||||
echo ::set-env name=%%a::%%b
|
||||
echo %%a=%%b >> $GITHUB_ENV
|
||||
)
|
||||
endlocal
|
||||
endlocal
|
||||
|
||||
Reference in New Issue
Block a user