Skip to content

Commit

Permalink
tweaked cmake testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 11, 2024
1 parent 4d66a1d commit c457e68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c457e68

Please sign in to comment.