File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -317,16 +317,12 @@ jobs:
317317 export DISPLAY=:0
318318 export CMAKE_PREFIX_PATH="/usr/local:$CMAKE_PREFIX_PATH"
319319 export PKG_CONFIG_PATH="/usr/local/libdata/pkgconfig:$PKG_CONFIG_PATH"
320- # Create missing libtidy.so symlink
321- if [ ! -e /usr/local/lib/libtidy.so ]; then
322- ln -sf /usr/local/lib/libtidy.so.58 /usr/local/lib/libtidy.so
323- fi
324320 mkdir builds
325321 cd builds
326322 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTELLARIUM_RELEASE_BUILD=Off -DENABLE_TESTING=On \
327323 -DCMAKE_PREFIX_PATH="/usr/local" \
328324 -DLIBTIDY_INCLUDE_DIR="/usr/local/include" \
329- -DLIBTIDY_LIBRARY="/usr/local/lib/libtidy .so" \
325+ -DLIBTIDY_LIBRARY="/usr/local/lib/libtidy5 .so"
330326 "${{ github.workspace }}"
331327 make -j3
332328 Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &
You can’t perform that action at this time.
0 commit comments