Skip to content

Commit

Permalink
build(ci): fix cp library path of dcm4che
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Apr 22, 2023
1 parent 75236be commit be40d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
npm install
cp ./plugins/config.template.js ./plugins/config.js
export DCMDICTPATH=$PWD/models/DICOM/dcmtk/dicom.dic
cp ./models/DICOM/dcm4che/javaNode/dcm4chee-5.27.0/lib/linux-x86-64/libclib_jiio.so $JAVA_HOME/lib
cp ./models/DICOM/dcm4che/javaNode/dcm4chee-5.27.0/lib/linux-x86-64/libopencv_java.so $JAVA_HOME/lib
cp ./models/DICOM/dcm4che/javaNode/dcm4chee/lib/linux-x86-64/libclib_jiio.so $JAVA_HOME/lib
cp ./models/DICOM/dcm4che/javaNode/dcm4chee/lib/linux-x86-64/libopencv_java.so $JAVA_HOME/lib
npm install -g mocha
export MONGOMS_VERSION=4.4.19 && export MONGOMS_DEBUG=DEBUG && mocha

0 comments on commit be40d11

Please sign in to comment.