Skip to content

Commit 7605eb4

Browse files
committed
Self Build with new AppImage
1 parent 8cb1634 commit 7605eb4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ jobs:
66
build-and-test:
77
strategy:
88
matrix:
9+
ARCH: [x86_64]
10+
USE_STATIC_RUNTIME: [""]
11+
UPDATE: ["1"]
12+
913
include:
1014
# regular builds:
1115
- ARCH: x86_64

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "lib/linuxdeploy"]
22
path = lib/linuxdeploy
3-
url = https://github.com/TheAssassin/linuxdeploy
3+
url = https://github.com/dantti/linuxdeploy.git
44
[submodule "lib/cmake-scripts"]
55
path = lib/cmake-scripts
66
url = https://github.com/linuxdeploy/cmake-scripts.git

0 commit comments

Comments
 (0)