Set the CMake compiler version for failin gh actions
This commit is contained in:
5
.github/workflows/jwt-cpp.yml
vendored
5
.github/workflows/jwt-cpp.yml
vendored
@@ -66,6 +66,11 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-jwt-cpp
|
||||
|
||||
- name: Setup cmake version
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
cmake-version: '3.25.x'
|
||||
|
||||
- name: untar build-dir
|
||||
run: tar -xf build-dir.tgz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user