Skip to content

Commit

Permalink
Delete cJSON dependency files
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Jul 30, 2024
1 parent 4541cee commit 50e9847
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,449 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@ jobs:
- name: Build C
run: |
cd c/wsgup
rm -rf src/cjson
mkdir src/cjson
cp /tmp/cjson/cJSON.c src/cjson
rm -rf include/cjson
mkdir include/cjson
cp /tmp/cjson/cJSON.h include/cjson
cp /tmp/cjson/cJSON.c src/
cp /tmp/cjson/cJSON.h include/
cmake -B build .
cmake --build build
cd $GITHUB_WORKSPACE/c/wsgup
Expand Down
300 changes: 0 additions & 300 deletions c/wsgup/include/cJSON.h

This file was deleted.

Loading

0 comments on commit 50e9847

Please sign in to comment.