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 4119d46 commit 2359af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ runs:
- name: Create libvpx
working-directory: ${{ github.workspace }}/LuxCore
run: |
conan install --build=missing --requires "libvpx/1.13.1"
shell: pwsh
conan install /build=missing /requires=libvpx/1.13.1
shell: cmd

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

0 comments on commit 2359af3

Please sign in to comment.