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 771ed65 commit 2da8be5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,17 @@ runs:
mkdir -p /c/users/runneradmin/.conan2/profiles
cp ../conan_profile /c/users/runneradmin/.conan2/profiles/default
cp ../conanfile.py .
shell:
bash


- name: Initialize Conan
run:
# Create local packages (openimageio, oidn)
conan install --build=missing ../externals/windows/libvpx -s build_type=Release
conan create ../externals/windows/openimageio
conan create ../externals/windows/oidn
shell: bash
shell: pwsh

#- uses: mxschmitt/action-tmate@v3

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

0 comments on commit 2da8be5

Please sign in to comment.