clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit a5e301803a811be90e2450f70787cfbd720a1513
parent 40bc282438a29d524fdc0c32192cd9dadfdef3b5
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Thu, 10 Jun 2021 11:58:04 +0200

Specify the version

Diffstat:
M.github/workflows/cmake.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -39,9 +39,15 @@ jobs: - name: Download and install Boost uses: MarkusJx/install-boost@v1.0.1 + id: install-boost + with: + boost_version: 1.76.0 - name: Install Qt uses: jurplel/install-qt-action@v2.13.2 + id: install-qt + with: + version: 6.1.1 - 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.