Skip to content

Commit

Permalink
Install zip from choco
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Feb 28, 2022
1 parent 9747e62 commit 14dd2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Pre-requisites (Windows)
if: ${{ startsWith(matrix.os, 'windows') }}
run: choco install wget unzip --no-progress
run: choco install wget zip unzip --no-progress

- name: Download Antares_Simulator archive (Ubuntu)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
Expand Down

0 comments on commit 14dd2e6

Please sign in to comment.