CI: Using cmd as windows shell instead of bash

This commit is contained in:
Zoe Roux 2021-08-28 13:53:40 +02:00
parent 6add043ec2
commit 996b5206a8

View File

@ -88,7 +88,7 @@ jobs:
- name: Unzip windows files - name: Unzip windows files
run: mkdir dist_win && 7z x artifact/kyoo_windows.zip -odist_win run: mkdir dist_win && 7z x artifact/kyoo_windows.zip -odist_win
- name: Install Inno Setup - name: Install Inno Setup
shell: bash shell: cmd
run: | run: |
curl -L https://jrsoftware.org/download.php/is.exe > innosetup.exe curl -L https://jrsoftware.org/download.php/is.exe > innosetup.exe
./innosetup.exe /VERYSILENT /SUPPRESSMSGBOXES /Log=log.txt || (cat log.txt && exit 1) ./innosetup.exe /VERYSILENT /SUPPRESSMSGBOXES /Log=log.txt || (cat log.txt && exit 1)