Compare commits
1 Commits
da0b552ee7
...
cec8893d4c
Author | SHA1 | Date | |
---|---|---|---|
cec8893d4c |
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -10,12 +10,6 @@ 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
|
||||||
|
|
||||||
@@ -27,8 +21,8 @@ jobs:
|
|||||||
apt-get install miktex -y
|
apt-get install miktex -y
|
||||||
miktexsetup --shared=yes finish
|
miktexsetup --shared=yes finish
|
||||||
|
|
||||||
- name: Update MiKTeX
|
- name: Enable automatic package installation
|
||||||
run: miktexsetup --update
|
run: initexmf --set-config-value=[MPM]AutoInstall=yes
|
||||||
|
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user