Skip to content

Commit

Permalink
[ci] update nsis
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Sep 7, 2023
1 parent 62bdf35 commit 9bbd10f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 10
command: choco install --no-progress nsis.portable --version 3.02 -y
command: choco install --no-progress nsis.portable --version 3.09 -y

- name: choco install things
shell: pwsh
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 10
command: choco install --no-progress nsis.portable --version 3.02 -y
command: choco install --no-progress nsis.portable --version 3.09 -y

- name: choco install things
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion extra/EnvVarUpdate.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
!ifndef Un${StrFuncName}_INCLUDED
${Un${StrFuncName}}
!endif
!define un.${StrFuncName} "${Un${StrFuncName}}"
!define un.${StrFuncName} '${Un${StrFuncName}}'
!macroend

!insertmacro _IncludeStrFunction StrTok
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/install-nsis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with:
timeout_minutes: 10
max_attempts: 10
command: choco install --no-progress nsis.portable --version 3.02 -y
command: choco install --no-progress nsis.portable --version 3.09 -y

- name: choco install things
shell: pwsh
Expand Down

0 comments on commit 9bbd10f

Please sign in to comment.