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 902f972 commit f5a90f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@ runs:
cp ../conan_profile /c/users/runneradmin/.conan2/profiles/default
cp ../conanfile.py .
unset ORIGINAL_PATH
shell:
bash
shell: bash

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

- name: Create local packages
working-directory: ${{ github.workspace }}/LuxCore
Expand Down

0 comments on commit f5a90f8

Please sign in to comment.