Skip to content

Commit

Permalink
Downgrade NSIS in GHA windows PR build.
Browse files Browse the repository at this point in the history
  • Loading branch information
namark committed May 27, 2024
1 parent 2077b19 commit 35b419a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ jobs:
echo " done"
fi
- name: Override NSIS
shell: pwsh
if: startsWith(matrix.os, 'windows')
run: choco install nsis --version=3.06.1 --allow-downgrade

- name: Create Build Environment
shell: bash
run: cmake -E make_directory "${{runner.workspace}}/build"
Expand Down

0 comments on commit 35b419a

Please sign in to comment.