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 d69ca9e commit 4119d46
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,18 @@ runs:
shell:
bash


#- name: Create libvpx
#working-directory: ${{ github.workspace }}/LuxCore
#run: |
#conan install --build=missing ../externals/windows/libvpx -s build_type=Release
#shell: pwsh
- name: Create libvpx
working-directory: ${{ github.workspace }}/LuxCore
run: |
conan install --build=missing --requires "libvpx/1.13.1"
shell: pwsh

- name: Create local packages
working-directory: ${{ github.workspace }}/LuxCore
run: |
conan create ../externals/windows/openimageio
conan create ../externals/windows/oidn
shell: pwsh
conan create ../externals/windows/openimageio
shell: bash
##- uses: mxschmitt/action-tmate@v3

- name: Run conan
Expand Down

0 comments on commit 4119d46

Please sign in to comment.