Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 6785c8a

Browse files
Merge branch 'stable-1.10' into 'stable-1.11'
2 parents ee45ca1 + 8d2006b commit 6785c8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gha.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ jobs:
8787
CONFIG: [Debug, Release]
8888
steps:
8989
- name: Update PATH
90-
run: |
91-
echo "::add-path::$Env:MSBUILD"
90+
run: echo "${env:MSBUILD}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
9291

9392
- name: Cache vcpkg packages
9493
uses: actions/cache@v1

0 commit comments

Comments
 (0)