From 3c15cd6f3414a1251387de323b5c466a29cbc5cc Mon Sep 17 00:00:00 2001 From: BlueCyro Date: Thu, 8 Aug 2024 16:09:36 -0500 Subject: [PATCH] chore(libheifactions)#: Point both the library and include flags at the same folder so it might magically figure it out --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 9352e88cdb..b8fce05cc6 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -64,7 +64,7 @@ jobs: - name: Configure CMake working-directory: ${{ steps.buildoutput.outputs.build-output-dir }} run: | - cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom\aom" + cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom" - name: Build libheif working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}