fix syntax error on nsis target

This commit is contained in:
eyedeekay
2024-02-19 16:41:58 -05:00
parent 175e811ac3
commit bdf8715ce5

View File

@@ -15,7 +15,7 @@ jobs:
with:
distribution: Ubuntu-20.04
- run: apt-get update
- run: apt-get -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- run: apt-get install -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