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.