force cmake version to 3.5.1

This commit is contained in:
Dominic Hamon 2021-08-24 14:30:36 +01:00 committed by GitHub
parent e7fa637cbe
commit 04c466603f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ jobs:
- name: install libpfm
run: sudo apt install libpfm4-dev
- name: setup cmake
uses: jwlawson/actions-setup-cmake@v1.9
with:
cmake-version: '3.5.1'
- name: create build environment
run: cmake -E make_directory ${{ runner.workspace }}/_build