Fix jsdec build (#4264)

This commit is contained in:
Giovanni 2024-02-19 09:10:30 +08:00 committed by GitHub
parent 31f6c53d4c
commit 411e6fd09f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"