Skip to content

Commit 00aca81

Browse files
committed
the docs build script failed to install latex
1 parent 429da68 commit 00aca81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -17,7 +17,7 @@ jobs:
1717
architecture: 'x64'
1818

1919
- name: Latex Prerequisits
20-
run: sudo apt install -y latexmk texlive-latex-extra
20+
run: sudo apt-get update && sudo apt-get install -y latexmk texlive-latex-extra
2121

2222
- name: Python Prerequisits
2323
run: pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)