mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
Fix jsdec build (#4264)
This commit is contained in:
parent
31f6c53d4c
commit
411e6fd09f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -786,7 +786,7 @@ jobs:
|
|||
- name: Compile jsdec in EXTRA_PREFIX
|
||||
run: |
|
||||
git clone https://github.com/rizinorg/jsdec
|
||||
cd jsdec/p && meson -Djsc_folder=".." --prefix=/usr/local build && meson compile -C build && sudo meson install -C build
|
||||
cd jsdec && meson -Dstandalone=false --prefix=/usr/local build && meson compile -C build && sudo meson install -C build
|
||||
- name: Test jsdec plugin is loaded from EXTRA_PREFIX
|
||||
run: |
|
||||
rizin -qc "Lc~jsdec"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue