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 f5a90f8 commit a047c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ runs:
shell: bash

- name: Create libvpx
working-directory: ${{ github.workspace }}/LuxCore
run: |
conan install --build=missing --requires=libvpx/1.13.1
conan install --build=missing --requires=libvpx/1.13.1 -g ninja
shell: bash

- name: Create local packages
Expand Down
2 changes: 1 addition & 1 deletion conan_profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ os=Windows

[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.env.virtualenv:powershell=True
tools.env.virtualenv:powershell=False
tools.microsoft.bash:active=False

0 comments on commit a047c59

Please sign in to comment.