Skip to content

Commit 386f6f0

Browse files
Update cmake
1 parent 18ff87f commit 386f6f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-unittests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
37+
38+
- name: Setup cmake
39+
uses: jwlawson/actions-setup-cmake@v2
3740

3841
- name: Build
3942
run: |

0 commit comments

Comments
 (0)