build: Remove `rapidjson` dependency

pull/85/head
Anichitei Ionel-Cristinel 2 months ago committed by GitHub
parent 3beab3a3ee
commit 357b95d652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save