build: Fix Flatpak CI FTB with GMime mainline
See !699 and https://github.com/jstedfast/gmime/pull/101
This commit is contained in:
parent
98bbdf7f53
commit
c0577d4bf6
2 changed files with 4 additions and 2 deletions
|
|
@ -224,7 +224,7 @@
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/jstedfast/gmime.git",
|
||||
"branch": "master"
|
||||
"branch": "3.2.7"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -223,7 +223,9 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/jstedfast/gmime.git
|
||||
branch: master
|
||||
# Pin to 3.2.7 until 3.2.8 is released, or the mainline branch
|
||||
# is pre-bumped to same.
|
||||
branch: 3.2.7
|
||||
|
||||
# Geary dependency
|
||||
- name: libpeas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue