Compare commits
1 Commits
cec8893d4c
...
da0b552ee7
Author | SHA1 | Date | |
---|---|---|---|
da0b552ee7 |
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -10,6 +10,12 @@ jobs:
|
|||||||
build_latex:
|
build_latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js
|
||||||
|
run: |
|
||||||
|
apt-get update && apt-get upgrade -y && apt-get install -y curl
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
apt-get install -y nodejs
|
||||||
|
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
@@ -21,8 +27,8 @@ jobs:
|
|||||||
apt-get install miktex -y
|
apt-get install miktex -y
|
||||||
miktexsetup --shared=yes finish
|
miktexsetup --shared=yes finish
|
||||||
|
|
||||||
- name: Enable automatic package installation
|
- name: Update MiKTeX
|
||||||
run: initexmf --set-config-value=[MPM]AutoInstall=yes
|
run: miktexsetup --update
|
||||||
|
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user