summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-06-15 09:26:20 +0200
committerGitHub <noreply@github.com>2020-06-15 09:26:20 +0200
commit86d30f775dd643e03c2667a9232b2f439ef4b4da (patch)
treebe73bc0968296c8ae9bd468dbe1b15ef2d62df01
parent76ea0462a37b9b5a7dd483416346ee7749b7bdc1 (diff)
downloadninja-86d30f775dd643e03c2667a9232b2f439ef4b4da.tar.gz
GitHub Actions: PowerShell requires \ instead of /
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 4ac7fd1..0ab2a70 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -23,7 +23,7 @@ jobs:
cmake --build build --parallel --config Release
- name: Test ninja
- run: ./ninja_test
+ run: .\ninja_test.exe
working-directory: build
- name: Create ninja archive