diff --git a/.github/workflows/node_on_three_oses.yml b/.github/workflows/node_on_three_oses.yml index 14577c2..a1cb665 100644 --- a/.github/workflows/node_on_three_oses.yml +++ b/.github/workflows/node_on_three_oses.yml @@ -31,7 +31,7 @@ jobs: env: RUNNER_CONTEXT: ${{ toJson(runner) }} run: echo "$RUNNER_CONTEXT" - - if: runner.os == "Windows" + - if: runner.os == 'Windows' run: vswhere -legacy -latest -property installationPath - - if: runner.os == "Windows" + - if: runner.os == 'Windows' run: vswhere -latest -property installationPath