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 0b9614f commit 3f8a1f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ runs:
#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
- name: Create local packages
working-directory: ${{ github.workspace }}/LuxCore
run: |
conan create ../externals/windows/openimageio
conan create ../externals/windows/oidn
shell: pwsh
##- uses: mxschmitt/action-tmate@v3

- name: Run conan
Expand Down

0 comments on commit 3f8a1f8

Please sign in to comment.