diff options
| author | Leifa <26681464+TrickyLeifa@users.noreply.github.com> | 2024-07-03 08:38:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 08:38:46 +0200 |
| commit | a1e13f62fd47f09dc973e7c36987e161ecb19cdf (patch) | |
| tree | c7093383f59f7fb18261148f7c0c26862a47dd36 /.github | |
| parent | 1a7884a726cd95873490b311bcbe6af024d40586 (diff) | |
Update windows CI to build APNG in the proper directory (#1001)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94cf4e8b..93f18fd9 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 |
