fix ci?
Some checks failed
Compile LaTeX document / build (push) Successful in 39s
Compile LaTeX document / latex_spellcheck (push) Failing after 6s

This commit is contained in:
Philipp Hofer 2025-01-09 09:23:44 +01:00
parent e636caff2e
commit 0066900b3a

View File

@ -57,6 +57,11 @@ jobs:
mv /bin/* /usr/bin/ mv /bin/* /usr/bin/
rmdir /bin rmdir /bin
ln -s usr/bin /bin ln -s usr/bin /bin
# Handle /lib
mv /lib/* /usr/lib/
rmdir /lib
ln -s usr/lib /lib
# Now try installing usrmerge again # Now try installing usrmerge again
apt update && apt install -y usrmerge apt update && apt install -y usrmerge