Skip to content

Commit 8a47687

Browse files
committed
more packages
1 parent f145e57 commit 8a47687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
jobs:
12-
cpp-linter:
12+
build-book:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
sudo apt-get update -y -qq
22-
sudo apt-get -qq -y install texlive build-essential
22+
sudo apt-get -qq -y install texlive texlib-latex-extra build-essential
2323
2424
- name: Build
2525
run: |

0 commit comments

Comments
 (0)