Skip to content

Commit

Permalink
Update node_on_three_oses.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 7, 2025
1 parent bf8c672 commit 234fa16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node_on_three_oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 234fa16

Please sign in to comment.