mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
CI: Using cmd as windows shell instead of bash
This commit is contained in:
parent
6add043ec2
commit
996b5206a8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user