From c5f40a7524dffa8be8128321a16d4f76a5dc5ac3 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Sun, 24 Oct 2021 11:58:58 +0200 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 41701a7..791f736 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,6 +20,9 @@ jobs: steps: - uses: actions/checkout@v2 + + - name: Install requirements + run: chmod +x ./install.sh && ./install.sh - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.