Skip to content

Commit 852e92c

Browse files
committed
prepare latex action
1 parent 13443b5 commit 852e92c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/latex.yaml.old

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: TBKOSTER standard compilation
22
on: [push]
33
jobs:
44
Compilation-Actions:
5-
runs-on: ubuntu-latest
5+
runs-on: texlive/texlive:latest
66
steps:
77
- name: Check out repository code
88
uses: actions/checkout@v4
99
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
1010
- run: echo "The workflow is now ready to test your code on the runner."
1111
- name: Upgrade packages
12-
run: sudo apt update && sudo apt install -y libopenblas-dev gettext doxygen texlive tex4ht texlive-latex-extra biber ghostscript poppler-utils
12+
run: sudo apt update && sudo apt install -y libopenblas-dev gettext doxygen ghostscript poppler-utils
1313
- run: mkdir build
1414
- name: Prepare environment
1515
run: cmake -DCMAKE_BUILD_TYPE=Release -B build .

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ opt(LATEX "Enable LaTeX engine for documentation" OFF)
4545
opt(OPENMP "Enable OpenMP support" OFF)
4646
opt(TESTS "Enable tests" OFF)
4747

48-
4948
# Find all the .in files
5049
file(GLOB inFiles RELATIVE "${PROJECT_SOURCE_DIR}" "${PROJECT_SOURCE_DIR}/src/*.in" "${PROJECT_SOURCE_DIR}/test/*.in")
5150
foreach(infileName ${inFiles})

0 commit comments

Comments
 (0)