Skip to content

Commit 4a300e1

Browse files
committed
ci: Uninstall NSIS 3 properly.
1 parent 7c1d03f commit 4a300e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ matrix.os == 'windows-latest' }}
5353
# Use NSIS 2.46 to reduce AV false positives.
5454
run: |
55-
choco uninstall -y nsis
55+
choco uninstall -yx nsis.install
5656
choco install -y nsis-unicode
5757
- name: Mac setup
5858
if: ${{ matrix.os == 'macos-latest' }}

0 commit comments

Comments
 (0)