Code Monkey home page Code Monkey logo

Comments (4)

WtfJoke avatar WtfJoke commented on July 30, 2024 3

Hey @msrd0
FYI: I've added support for Ubuntu 22.04 now (I've switched from AppImage to the regular binary on newer tectonic versions).
You can test it if you want/can:

steps:
  - uses: wtfjoke/setup-tectonic@v2
    with:
      github-token: ${{ secrets.GITHUB_TOKEN }}
  - run: tectonic main.tex

from setup-tectonic.

WtfJoke avatar WtfJoke commented on July 30, 2024 1

Hi @msrd0

Thanks for reporting the issue.
This is an upstream issue of AppImage (AppImage/AppImageKit#1120 AppImage/AppImageKit#877) / Ubuntu 22.04 (Bug 1965636 marked as wont fixed in Ubuntu) .

Have you tried installing libfuse like described in the link?
e.g.

sudo add-apt-repository universe
sudo apt install libfuse2

Probably this will be fixed upstream in AppImage with this issue AppImage/AppImageKit#877

EDIT: I tested the workaround on a sample repo and it seems to work.
See here https://github.com/WtfJoke/setup-tectonic-sample/blob/ubuntu2204/.github/workflows/push.yml#L9-L12

from setup-tectonic.

msrd0 avatar msrd0 commented on July 30, 2024

Yes the workaround works. Unfortunately I'm stuck with texlive (which takes forever to install) since tectonic doesn't support pstricks which is what inkscape outputs.

EDIT: if anyone else needs to use texlive in CI, I highly recommend using jirutka/setup-alpine and apk add texlive-xetex texlive-texmf-most. This completes in about a minute, compared to the 15 minutes it takes ubuntu to install those same packages with an already installed os.

from setup-tectonic.

WtfJoke avatar WtfJoke commented on July 30, 2024

Yes the workaround works.

🎉

I'm stuck with texlive (which takes forever to install) since tectonic doesn't support pstricks which is what inkscape outputs.

Thats a bummer :S but glad it worked out with the alpine package

from setup-tectonic.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.