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 220c851 commit 4e72a21
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,18 @@ runs:
bash


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

- name: Create local packages
working-directory: ${{ github.workspace }}/LuxCore
run: |
conan create ../externals/windows/openimageio
conan create ../externals/windows/oidn
shell: bash

#- uses: mxschmitt/action-tmate@v3

- name: Run conan
Expand Down

0 comments on commit 4e72a21

Please sign in to comment.