try and fix nsis target

This commit is contained in:
eyedeekay
2024-02-19 16:32:10 -05:00
parent c65df41f76
commit 5c91612f90

View File

@@ -14,9 +14,8 @@ jobs:
- uses: Vampire/setup-wsl@v3
with:
distribution: Ubuntu-20.04
- run: |
apt-get update
apt-get -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- run: apt-get update
- run: apt-get -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4