Skip to content

Commit be57251

Browse files
ci: install CMake latest
1 parent 1033737 commit be57251

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
if: ${{ matrix.arch == 'aarch64' }}
2525
uses: docker/setup-qemu-action@v2
2626

27+
- name: Install CMake
28+
uses: ssrobins/install-cmake@v1
29+
2730
- name: Build wheels
2831
uses: pypa/[email protected]
2932
# to supply options, put them in 'env', like:

0 commit comments

Comments
 (0)