Skip to content

Commit

Permalink
Update windows CI to build APNG in the proper directory (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyLeifa authored Jul 3, 2024
1 parent 1a7884a commit a1e13f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1e13f6

Please sign in to comment.