From 07a499ca5261e86ef4264ecdf78f6e2b11080c6b Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 10 Jun 2021 08:42:10 -0500 Subject: [PATCH] tweak --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05e0471a..e61400d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Compile binary run: make _cmake-simple-ci-server-build - # Most of our toolset doesn't work on raw windows (outside of WSL). + # Most of our toolset doesn't work on raw Windows without WSL set up. # However, it's nice to at least run unit tests there since some behavior # (filesystem, etc) can vary significantly between windows and linux/apple. check_windows: