1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-09 22:42:05 +01:00

Fix: [CI] Install NSIS for windows releases (#14885)

This commit is contained in:
Loïc Guilloux
2025-12-08 00:50:14 +01:00
committed by GitHub
parent 170c29b376
commit 40be27503d

View File

@@ -54,7 +54,7 @@ jobs:
shell: bash
run: |
echo "::group::Install choco dependencies"
choco install pandoc
choco install pandoc nsis
echo "::endgroup::"
echo "::group::Install breakpad dependencies"