浏览代码

ci: Test CMake minimum

Juan Ramos 2 年之前
父节点
当前提交
0f873e757e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/continuous_integration.yml

+ 3 - 0
.github/workflows/continuous_integration.yml

@@ -73,6 +73,9 @@ jobs:
           - uses: actions/setup-python@v4
             with:
                 python-version: '3.7'
+          - uses: lukka/get-cmake@latest
+            with:
+              cmakeVersion: 3.17.2
           - name: Setup ccache
             uses: hendrikmuhs/[email protected]
             with: