diff --git a/.github/workflows/fabm.yml b/.github/workflows/fabm.yml index 4b839add..2e25d54f 100644 --- a/.github/workflows/fabm.yml +++ b/.github/workflows/fabm.yml @@ -259,14 +259,14 @@ jobs: cmake-version: ["3.13"] runs-on: ubuntu-latest steps: - - name: Download and extract cmake - run: | - wget https://cmake.org/files/v${{ matrix.cmake-version }}/cmake-${{ matrix.cmake-version }}.0-Linux-x86_64.tar.gz - tar -xf cmake-${{ matrix.cmake-version }}.0-Linux-x86_64.tar.gz - name: Clone FABM uses: actions/checkout@v4 with: submodules: recursive + - name: Download and extract cmake + run: | + wget --no-verbose https://cmake.org/files/v${{ matrix.cmake-version }}/cmake-${{ matrix.cmake-version }}.0-Linux-x86_64.tar.gz + tar -xfv cmake-${{ matrix.cmake-version }}.0-Linux-x86_64.tar.gz - name: Build run: | cmake-${{ matrix.cmake-version }}.0-Linux-x86_64/bin/cmake -S . -B build