From 357b95d652c9bf6c657cead807d886e430259cd5 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:16:08 +0200 Subject: [PATCH] build: Remove `rapidjson` dependency --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 545b5d3..6d7fcc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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