Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 16, 2021
1 parent 5b3fbad commit 4fa4245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Find Google Test Adapter
run: for /f "tokens=*" %i in ('dir /s /b "GoogleTestAdapter.TestAdapter.dll"') do set GTEST_ADAPTER_PATH=%%~dpi
shell: cmd
working-directory: "C:\Program Files (x86)\Microsoft Visual Studio"
working-directory: C:\Program Files (x86)\Microsoft Visual Studio

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 4fa4245

Please sign in to comment.