freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.37k stars 153 forks source link

Building a Dangerzone .exe fails on GitHub actions #744

Open apyrgio opened 4 months ago

apyrgio commented 4 months ago

Our job that builds a Dangerzone .exe for Windows on GitHub actions started failing as of today. The reason is that it can't find some WiX binaries in the system's PATH (signtool.exe, candle.exe, etc.).

My guess is that most probably WiX was updated in GitHub actions from 3.11 to 3.14. I'll try to probe into the CI runner and find out.