Skip to content

Commit 4750fbf

Browse files
committed
make sure to install NSIS
1 parent e061537 commit 4750fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
env:
1313
GITHUB_WORKSPACE: ${{ github.workspace }}
1414
steps:
15+
- name: Install NSIS
16+
uses: CabooseLang/github-actions/install-nsis@master
17+
1518
- name: Checkout Repo
1619
uses: actions/checkout@v1
1720

0 commit comments

Comments
 (0)