소스 검색

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
           - uses: actions/setup-python@v4
             with:
             with:
                 python-version: '3.7'
                 python-version: '3.7'
+          - uses: lukka/get-cmake@latest
+            with:
+              cmakeVersion: 3.17.2
           - name: Setup ccache
           - name: Setup ccache
             uses: hendrikmuhs/[email protected]
             uses: hendrikmuhs/[email protected]
             with:
             with: