Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 47a9544

Browse files
UziTechaminya
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Amin Yahyaabadi <[email protected]>
1 parent 96e6e4a commit 47a9544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: contains(matrix.os, 'windows')
2929
run: |
3030
choco install visualcpp-build-tools --version=14.0.25420.1 --ignore-dependencies -y --params "'/IncludeRequired'"
31-
echo ::set-env name=VCTargetsPath::'C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140'
31+
echo "VCTargetsPath='C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140'" >> $GITHUB_ENV
3232
- name: install dependencies
3333
run: apm ci
3434

0 commit comments

Comments
 (0)