Skip to content

Commit 49093b7

Browse files
committed
Add ninja to path (correct way)
1 parent 46715bb commit 49093b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Add Ninja to PATH
2323
run: |
24-
echo "::add-path::$(ninja --version)"
24+
echo "$env:GITHUB_ENV" >> ($env:PATH)
2525
2626
- name: Install Visual Studio Build Tools
2727
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)