install nsis in CI

This commit is contained in:
eyedeekay
2024-02-01 17:04:58 -05:00
parent 9e90df0181
commit 371428e03c

View File

@@ -18,6 +18,8 @@ jobs:
distribution: 'temurin'
- name: install wsl
run: wsl --install
- name: install makensis
run: wsl apt install nsis*
- name: change config
run: |
bash -c "echo '' >> config.sh"