diff --git a/.github/workflows/reusable_build_packages.yaml b/.github/workflows/reusable_build_packages.yaml index e2d021ea..00b2fdc1 100644 --- a/.github/workflows/reusable_build_packages.yaml +++ b/.github/workflows/reusable_build_packages.yaml @@ -353,6 +353,9 @@ jobs: with: fetch-depth: 0 + - name: Install NSIS + run: choco install nsis -y + # NOTE: Backslash doesn't work as line continuation on Windows. - name: Prepare project run: |