forked from wolfSSL/wolfssl
Set the CMake compiler version for failin gh actions
This commit is contained in:
5
.github/workflows/grpc.yml
vendored
5
.github/workflows/grpc.yml
vendored
@ -71,6 +71,11 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-grpc
|
||||
|
||||
- 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
|
||||
|
||||
|
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
|
||||
|
||||
|
5
.github/workflows/libvncserver.yml
vendored
5
.github/workflows/libvncserver.yml
vendored
@ -55,6 +55,11 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-libvncserver
|
||||
|
||||
- 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
|
||||
|
||||
|
5
.github/workflows/zephyr.yml
vendored
5
.github/workflows/zephyr.yml
vendored
@ -49,6 +49,11 @@ jobs:
|
||||
python3-ply python3-setuptools python-is-python3 qemu-kvm rsync socat srecord sudo \
|
||||
texinfo unzip wget ovmf xz-utils
|
||||
|
||||
- name: Setup cmake version
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
cmake-version: '3.25.x'
|
||||
|
||||
- name: Install west
|
||||
run: sudo pip install west
|
||||
|
||||
|
Reference in New Issue
Block a user