chore: Install zip with bash instead

This commit is contained in:
Erik Svedäng 2020-12-20 15:05:22 +01:00
parent bae018aae2
commit 5bcc5379f6

View File

@ -28,6 +28,7 @@ jobs:
run: scoop install stack
- name: Install Zip
shell: bash
run: scoop install zip
- uses: actions/cache@v1