Skip to content

Commit

Permalink
ci: install CMake latest
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Mar 29, 2024
1 parent 1033737 commit be57251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v2

- name: Install CMake
uses: ssrobins/install-cmake@v1

- name: Build wheels
uses: pypa/[email protected]
# to supply options, put them in 'env', like:
Expand Down

0 comments on commit be57251

Please sign in to comment.