diff options
| author | drowe67 <[email protected]> | 2023-12-13 18:19:08 +1030 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-13 18:19:08 +1030 |
| commit | cdd51b01a0c68606221582dcd0e024f96975d439 (patch) | |
| tree | 5bb56f62aa398f61b2cdfdf7a84b13b434e35922 /.github/workflows/cmake.yml | |
| parent | 93dbb6290495ccb194759506372b72fac1b1b104 (diff) | |
| parent | ecbeb0aa47f8a1e29bb462cea9d90e5eb2cb6978 (diff) | |
Merge pull request #39 from drowe67/ms-ctest-doc
Fix issue preventing documentation ctest from executing in GitHub environment.
Diffstat (limited to '.github/workflows/cmake.yml')
| -rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7e76b65..df02ee2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -21,7 +21,7 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install octave octave-common octave-signal liboctave-dev gnuplot sox p7zip-full python3-numpy valgrind clang-format + sudo apt-get install octave octave-common octave-signal liboctave-dev gnuplot sox p7zip-full python3-numpy valgrind clang-format texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra texlive-science texmaker texlive-bibtex-extra - name: Create Build Directory shell: bash @@ -50,7 +50,7 @@ jobs: - name: Run ctests working-directory: ${{github.workspace}}/build_linux shell: bash - run: ctest --output-on-failure -E test_codec2_doc + run: ctest --output-on-failure - name: Test library installation working-directory: ${{github.workspace}}/build_linux |
