Fix CI, escape not working
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
with:
|
||||
bundle: hu.kramo.Cartridges.Devel.flatpak
|
||||
manifest-path: flatpak/hu.kramo.Cartridges.Devel.json
|
||||
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
|
||||
repository-name: gnome-nightly
|
||||
|
||||
windows:
|
||||
name: Windows
|
||||
@@ -47,7 +49,7 @@ jobs:
|
||||
- name: Test
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
set +e
|
||||
set +e
|
||||
timeout 2 cartridges; [ "$?" -eq "124" ]
|
||||
|
||||
- name: Inno Setup
|
||||
@@ -57,4 +59,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Windows Installer
|
||||
path: _build/windows/Output/Cartridges Setup.exe
|
||||
path: _build/windows/Output/Cartridges Setup.exe
|
||||
|
||||
Reference in New Issue
Block a user