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 e8c1b57 commit 0b9614f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ runs:
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 ../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: 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
working-directory: ${{ github.workspace }}/LuxCore
Expand Down

0 comments on commit 0b9614f

Please sign in to comment.