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 2da8be5 commit 04ceeec
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 @@ -12,7 +12,7 @@ runs:
working-directory: ${{ github.workspace }}/scripts
run: |
. /c/Miniconda/etc/profile.d/conda.sh
conda install yasm
#conda install yasm TODO Debug
cp yasm /usr/bin
shell: bash

Expand Down Expand Up @@ -64,9 +64,8 @@ runs:
bash


- name: Initialize Conan
run:
# Create local packages (openimageio, oidn)
- name: Create local packages
run: |
conan install --build=missing ../externals/windows/libvpx -s build_type=Release
conan create ../externals/windows/openimageio
conan create ../externals/windows/oidn
Expand Down

0 comments on commit 04ceeec

Please sign in to comment.