mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-03 11:50:55 +00:00
build: Remove rapidjson
dependency
This commit is contained in:
parent
3beab3a3ee
commit
357b95d652
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -30,21 +30,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install rapidjson
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
repository: Tencent/rapidjson
|
|
||||||
path: rapidjson
|
|
||||||
- name: Build dependencies
|
|
||||||
run: |
|
|
||||||
cd rapidjson
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
make -j$(nproc)
|
|
||||||
sudo make install
|
|
||||||
cd ..
|
|
||||||
cd ..
|
|
||||||
- name: Build all
|
- name: Build all
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user