From 5083b41d1b671b6aca4741e4c34b026580cf7cc6 Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Tue, 1 Apr 2025 14:11:15 -1000 Subject: [PATCH] Set the CMake compiler version for failin gh actions --- .github/workflows/grpc.yml | 5 +++++ .github/workflows/jwt-cpp.yml | 5 +++++ .github/workflows/libvncserver.yml | 5 +++++ .github/workflows/zephyr.yml | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/.github/workflows/grpc.yml b/.github/workflows/grpc.yml index 2804756eb..7effad6e3 100644 --- a/.github/workflows/grpc.yml +++ b/.github/workflows/grpc.yml @@ -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 diff --git a/.github/workflows/jwt-cpp.yml b/.github/workflows/jwt-cpp.yml index 3dd89ad6a..d648044c6 100644 --- a/.github/workflows/jwt-cpp.yml +++ b/.github/workflows/jwt-cpp.yml @@ -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 diff --git a/.github/workflows/libvncserver.yml b/.github/workflows/libvncserver.yml index 230dc2573..2c0fba584 100644 --- a/.github/workflows/libvncserver.yml +++ b/.github/workflows/libvncserver.yml @@ -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 diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 3bd2978a5..fb7f0d2b3 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -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