From 7671e7a6fd5bcb5c552704271b922cd2e37359a9 Mon Sep 17 00:00:00 2001 From: Martijn Courteaux Date: Wed, 25 Oct 2023 14:26:12 +0200 Subject: [PATCH] Idk, let's see if this dependency installation trick works. --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ff4bee..f9b0166 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,10 @@ jobs: with: submodules: recursive + - uses: ConorMacBride/install-package@v1 + with: + choco: libjpeg + - 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. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type