We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda33e7 commit 2e8f211Copy full SHA for 2e8f211
.github/workflows/ci.yml
@@ -79,7 +79,10 @@ jobs:
79
python-version: ${{ matrix.python }}
80
81
- name: Update CMake
82
- uses: jwlawson/[email protected]
+ 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'
86
87
- name: Setup annotations on Linux
88
if: runner.os == 'Linux'
0 commit comments