Skip to content

Commit

Permalink
Try removing make from conda installed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed Apr 25, 2024
1 parent 1b3e2f3 commit 234a420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lcm_dreamshaper_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install OpenVINO and other conda dependencies
run: |
conda activate openvino_lcm_cpp
conda install -c conda-forge openvino c-compiler cxx-compiler make cmake
conda install -c conda-forge openvino c-compiler cxx-compiler cmake
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
- name: Install python dependencies
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install OpenVINO and other conda dependencies
run: |
conda activate openvino_lcm_cpp
conda install -c conda-forge openvino c-compiler cxx-compiler make cmake
conda install -c conda-forge openvino c-compiler cxx-compiler cmake
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
- name: Install python dependencies
Expand Down

0 comments on commit 234a420

Please sign in to comment.