ci: Test CMake minimum

This commit is contained in:
Juan Ramos 2023-07-26 16:26:38 -06:00 committed by arcady-lunarg
parent 47454f5078
commit 0f873e757e

View File

@ -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/ccache-action@v1.2
with: