File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: TBKOSTER standard compilation
22on: [push]
33jobs:
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 .
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ opt(LATEX "Enable LaTeX engine for documentation" OFF)
4545opt (OPENMP "Enable OpenMP support" OFF )
4646opt (TESTS "Enable tests" OFF )
4747
48-
4948# Find all the .in files
5049file (GLOB inFiles RELATIVE "${PROJECT_SOURCE_DIR} " "${PROJECT_SOURCE_DIR} /src/*.in" "${PROJECT_SOURCE_DIR} /test/*.in" )
5150foreach (infileName ${inFiles} )
You can’t perform that action at this time.
0 commit comments