|
|
|
@ -19,7 +19,7 @@ jobs:
|
|
|
|
|
- name: Install node
|
|
|
|
|
run: apt-get update && apt-get install -y nodejs
|
|
|
|
|
- name: Install LaTeX packages
|
|
|
|
|
run: tlmgr update --self && tlmgr install cleveref scholax anyfontsize
|
|
|
|
|
run: tlmgr update --self && tlmgr install cleveref scholax anyfontsize wrapfig
|
|
|
|
|
- name: Check out repository code
|
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
|
|
|
|