From a1e13f62fd47f09dc973e7c36987e161ecb19cdf Mon Sep 17 00:00:00 2001 From: Leifa <26681464+TrickyLeifa@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:38:46 +0200 Subject: [PATCH] Update windows CI to build APNG in the proper directory (#1001) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94cf4e8b7..93f18fd9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: - name: Build Apng plugin run: | cd ./qtapng - cmake . + cmake . -D CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE="${{ github.workspace }}/bin/imageformats/" cmake --build . --config Release - name: Build