mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 04:12:49 +00:00
Add missing dependency
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -79,6 +79,10 @@ jobs:
|
||||
install -m0644 ./duk*.h /mingw64/include
|
||||
install -m0644 ../extras/module-node/duk_module_node.h /mingw64/include
|
||||
cd ../../../..
|
||||
git clone https://github.com/Tencent/rapidjson --depth=1
|
||||
cd rapidjson
|
||||
install -d include/* /mingw64/include/
|
||||
cd ..
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" .
|
||||
make -j4
|
||||
rm subconverter.exe
|
||||
|
||||
Reference in New Issue
Block a user