Skip to content

Commit 5797295

Browse files
committed
Fix build on GitHub actions, mk. 3
1 parent e750d36 commit 5797295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: [push, pull_request]
44

55
jobs:
66
appimage:
7-
schedule:
7+
strategy:
8+
fail-fast: false
89
matrix:
910
ARCH: [x86_64, i386]
1011

0 commit comments

Comments
 (0)