Skip to content

Commit

Permalink
MP1: Force NSIS 3.08 (#234)
Browse files Browse the repository at this point in the history
* MP1: Force NSIS 3.08
  • Loading branch information
andrewjswan authored Dec 11, 2023
1 parent ec453dd commit 2992e39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mediaportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Setup NSIS
run: |
choco install --yes nsis --version=3.08
choco install --yes nsis --version=3.08 --force
- name: Git Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediaportal_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Setup NSIS
run: |
choco install --yes nsis --version=3.08
choco install --yes nsis --version=3.08 --force
- name: Git Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediaportal_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Setup NSIS
run: |
choco install --yes nsis --version=3.08
choco install --yes nsis --version=3.08 --force
- name: Git Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Setup NSIS
run: |
choco install --yes nsis --version=3.08
choco install --yes nsis --version=3.08 --force
- name: Git Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2992e39

Please sign in to comment.