mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-18 11:00:57 +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:
|
||||
- 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
|
||||
run: |
|
||||
mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user