Skip to content

Commit

Permalink
Fix CMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 30, 2024
1 parent c9d6f17 commit e53d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.20.0
env:
CMAKE_PREFIX_PATH: ${{ github.workspace }}/opt/llvm
CMAKE_PREFIX_PATH: "${{ github.workspace }}/opt/llvm;${{ github.workspace }}/opt/flatbuffers;${{ github.workspace }}/opt/wabt"
CIBW_BUILD: "cp3*-${{ matrix.platform_tag }}"
CIBW_SKIP: "cp3{5,6,7}*"
CIBW_MANYLINUX_X86_64_IMAGE: "ghcr.io/halide/manylinux_2_28_x86_64-llvm:${{ env.LLVM_VERSION }}"
Expand Down

0 comments on commit e53d89f

Please sign in to comment.