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

Commit 4884e82

Browse files
authored
Merge pull request #981 from lukaszstolarczuk/fix-gha-windows-add-path
CI: use special environment var in GHA for Windows' PATH
2 parents db5da1b + 83fa6fa commit 4884e82

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
@@ -69,8 +69,7 @@ jobs:
6969
CONFIG: [Debug, Release]
7070
steps:
7171
- name: Update PATH
72-
run: |
73-
echo "::add-path::$Env:MSBUILD"
72+
run: echo "${env:MSBUILD}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
7473

7574
- name: Cache vcpkg packages
7675
uses: actions/cache@v1

0 commit comments

Comments
 (0)