Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 16, 2021
1 parent 6ef9bec commit 5b3fbad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Expand Up @@ -23,8 +23,9 @@ jobs:
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Find Google Test Adapter
run: for /f "tokens=*" %i in ('dir /s /b "C:\Program Files (x86)\Microsoft Visual Studio\GoogleTestAdapter.TestAdapter.dll"') do set GTEST_ADAPTER_PATH=%%~dpi
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"

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

0 comments on commit 5b3fbad

Please sign in to comment.