Update windows CI to build APNG in the proper directory (#1001)
This commit is contained in:
parent
1a7884a726
commit
a1e13f62fd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user