We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c178037 commit 2ff84ecCopy full SHA for 2ff84ec
.github/workflows/store-artefact.yml
@@ -305,6 +305,10 @@ jobs:
305
- name: Install dependencies, configure, build
306
run: |
307
yum install -y libxml2-devel check-devel java-devel mono-devel R
308
+ git clone https://github.com/libexpat/libexpat
309
+ cmake -G Ninja -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=./dependencies -B libexpat -S libexpat/expat
310
+ cmake --build libexpat
311
+ cmake --install libexpat
312
cd ..
313
mkdir build
314
cd build
0 commit comments