We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eed43d commit 24c3eccCopy full SHA for 24c3ecc
1 file changed
.github/workflows/publish.yml
@@ -94,6 +94,8 @@ jobs:
94
with:
95
fetch-depth: 0
96
submodules: true
97
+ - name: Install NSIS
98
+ run: choco install nsis
99
- name: Set up Python 3.10
100
uses: actions/setup-python@v4
101
0 commit comments