Skip to content

Commit 4941f31

Browse files
committed
ci: Uninstall NSIS 3 properly.
1 parent 7c1d03f commit 4941f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
if: ${{ matrix.os == 'windows-latest' }}
5353
# Use NSIS 2.46 to reduce AV false positives.
5454
run: |
55-
choco uninstall -y nsis
56-
choco install -y nsis-unicode
55+
choco uninstall nsis.install nsis -y
56+
choco install nsis-unicode -y
5757
- name: Mac setup
5858
if: ${{ matrix.os == 'macos-latest' }}
5959
# We need php for swell_resgen.

0 commit comments

Comments
 (0)