Skip to content

Commit

Permalink
fix windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
John McFarlane committed Dec 18, 2021
1 parent 5144c8f commit 056e680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ jobs:
conan install `
--build=missing `
--settings build_type="${{matrix.build_type}}" `
--profile $env:GITHUB_WORKSPACE/.github/conan/profiles/"${{matrix.profile}}" `
--profile:build $env:GITHUB_WORKSPACE/.github/conan/profiles/${{matrix.build-profile}} `
--profile:host $env:GITHUB_WORKSPACE/.github/conan/profiles/${{matrix.host-profile}} `
$env:GITHUB_WORKSPACE
- name: Build and run tests
Expand Down

0 comments on commit 056e680

Please sign in to comment.