Skip to content

Commit

Permalink
Update ci.yml (#32)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Force threads with meson linkage

---------

Co-authored-by: pancake <pancake@nopcode.org>
  • Loading branch information
sylvainpelissier and radare authored Aug 17, 2024
1 parent 17cfcdc commit 7074ae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: ci

env:
R2V: 5.9.2
R2V: 5.9.4

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ r2yara_core_sources = [
'src/core_r2yara.c'
]

threads = dependency('threads')

r2yara_core_plugin = library('core_r2yara',
r2yara_core_sources,
dependencies: [r_core, libyara],
dependencies: [r_core, libyara, threads],
include_directories: r2yara_incdirs,
install: true,
install_dir: r2_plugdir
Expand Down

0 comments on commit 7074ae9

Please # to comment.