Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Jun 29, 2023
1 parent 65e45a4 commit 517b3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ libcatalyst_deps = [
gio_os_dep,
dependency('glib-2.0', version: '>=' + glib_min_version),
dependency('gobject-2.0', version: '>=' + glib_min_version),
dependency('libsoup-3.0', version: '>=3.4.2'),
dependency('libsoup-3.0', version: '>=3.0.7'),
dependency('gee-0.8', version: '>= 0.20.3'),
dependency('libarchive', version: '>= 3.4.0')
]

0 comments on commit 517b3f2

Please sign in to comment.