Skip to content

Commit abfe0f8

Browse files
committed
Update ci.yml
1 parent 8e6a5bd commit abfe0f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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 &

0 commit comments

Comments
 (0)