diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-30 12:45:41 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-30 13:01:26 +0200 |
commit | 94e21ea2eae1cde38c9377072c426ade3675d587 (patch) | |
tree | 774b41821c417f12605ae3e83bf372d35906aebc /AppImageBuilder.yml | |
parent | Fix too many newlines in reply fallback (diff) | |
download | nheko-94e21ea2eae1cde38c9377072c426ade3675d587.tar.xz |
Add curl deps to CI
Diffstat (limited to 'AppImageBuilder.yml')
-rw-r--r-- | AppImageBuilder.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index fab81da9..f83ce90a 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -38,8 +38,11 @@ AppDir: - kimageformat-plugins - libbs2b0 - libbz2-1.0 + - libcurl4 - libelf1 - libexpat1 + - libevent-core-2.1-6 + - libevent-pthreads-2.1-6 - libhogweed4 - libjpeg-turbo8 - libkf5archive5 |