1
0
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:
Anichitei Ionel-Cristinel 2024-02-23 12:16:08 +02:00 committed by GitHub
parent 3beab3a3ee
commit 357b95d652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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