Skip to content

Commit

Permalink
Add CMake related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopmsivadas committed Jul 16, 2024
1 parent ad9edd1 commit 30dfc1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
name: Build and Test on ${{ matrix.os }} with Build Type v${{ matrix.build-type }}
name: Build and Test on ${{ matrix.os }} with Build Type ${{ matrix.build-type }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -35,6 +35,8 @@ jobs:
cd govarnam
make
sudo make install
- name: Install Cmake
run: sudo apt install -y cmake extra-cmake-modules pkgconf
- name: Checkout code
uses: actions/checkout@v4
- name: Set reusable strings
Expand Down

0 comments on commit 30dfc1f

Please # to comment.