mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 02:25:26 +00:00
Fix Coverity Scan build
This commit is contained in:
parent
a50a8939ef
commit
c14e4c6d68
5
.github/workflows/coverity-scan.yml
vendored
5
.github/workflows/coverity-scan.yml
vendored
@ -23,9 +23,12 @@ jobs:
|
||||
|
||||
- name: CMake
|
||||
run: |
|
||||
scripts/fetch_deps.sh
|
||||
source cutter-deps/env.sh
|
||||
export LD_LIBRARY_PATH="`llvm-config --libdir`:$LD_LIBRARY_PATH"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake
|
||||
cmake -DCUTTER_USE_BUNDLED_RADARE2=ON ../src
|
||||
|
||||
- name: Build with cov-build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user