Skip to content

Commit fe362da

Browse files
committed
CI: Make sure to use CMake 3.x
A workaround for actions/runner-images#11926.
1 parent 70e00ba commit fe362da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
with:
4646
fetch-depth: 0
4747

48+
- name: Install cmake
49+
uses: jwlawson/actions-setup-cmake@v2
50+
with:
51+
cmake-version: '3.x'
52+
4853
# Install on Linux via apt to get everything necessary in one go
4954
- name: Install dependencies (Linux)
5055
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)