Skip to content

Commit 2e8f211

Browse files
authored
Fix CI failrue with pybind-2.9 (#254)
1 parent fda33e7 commit 2e8f211

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ jobs:
7979
python-version: ${{ matrix.python }}
8080

8181
- name: Update CMake
82-
uses: jwlawson/[email protected]
82+
uses: jwlawson/actions-setup-cmake@v2
83+
with:
84+
# https://github.com/pybind/pybind11/blob/914c06fb252b6cc3727d0eedab6736e88a3fcb01/CMakeLists.txt#L13C34-L13C38
85+
cmake-version: '3.22.x'
8386

8487
- name: Setup annotations on Linux
8588
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)