jeertmans / manim-slides-starter

Stater template for Manim Slides presentations and GitHub Pages deployment
http://eertmans.be/manim-slides-starter/
MIT License
2 stars 1 forks source link

[BUG] Package 'ms' not found in deploy actions. #1

Closed semikernel closed 6 days ago

semikernel commented 6 days ago

When I try to use manim-slides-starter. my deploy proceeding encountered an error. It said:

| PackageNotFound: Some packages not found in the repository
|     at Object.install (setup-texlive-action/v3/packages/texlive/src/tlmgr/actions/install.ts:35:13)
|     at setup-texlive-action/v3/packages/action/src/runs/main/index.ts:74:7 {
|   action: 'install',
|   packages: [
|     'ms'
|   ]
| }
Error: PackageNotFound: Some packages not found in the repository

Should I update the Tex version or do anything else, could you please give me a hint, thx a lot! image

jeertmans commented 6 days ago

Nice catch @semikernel! It looks like this package was removed in a recent version of TeXLive, so #2 should fix this.