Skip to content

Commit

Permalink
- add zip and innosetup to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Nov 12, 2024
1 parent 878cc85 commit e49d227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: install choco dependencies
shell: cmd
run: |
choco install --no-progress -y wget astyle
choco install --no-progress -y wget astyle zip innosetup
choco install --no-progress -y --force Temurin8 --params="/ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome /INSTALLDIR=%cd%\openjdk\" /quiet
- name: create virtual environment
Expand Down

0 comments on commit e49d227

Please sign in to comment.