Skip to content

Commit

Permalink
Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Aug 16, 2024
1 parent 4e72a21 commit e8c1b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ runs:
mkdir -p /c/users/runneradmin/.conan2/profiles
cp ../conan_profile /c/users/runneradmin/.conan2/profiles/default
cp ../conanfile.py .
unset ORIGINAL_PATH
shell:
bash

Expand Down
2 changes: 1 addition & 1 deletion conan_profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ os=Windows
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.env.virtualenv:powershell=True
tools.microsoft.bash:active=True
tools.microsoft.bash:active=False

0 comments on commit e8c1b57

Please sign in to comment.