We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46715bb commit 49093b7Copy full SHA for 49093b7
.github/workflows/build-and-test-windows.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Add Ninja to PATH
23
run: |
24
- echo "::add-path::$(ninja --version)"
+ echo "$env:GITHUB_ENV" >> ($env:PATH)
25
26
- name: Install Visual Studio Build Tools
27
uses: microsoft/setup-msbuild@v2
0 commit comments