diff options
| author | drowe67 <[email protected]> | 2024-05-06 06:19:24 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2024-05-06 06:19:24 +0930 |
| commit | e9f64066a5fb8079cc8d217a4c494930ffda2bf4 (patch) | |
| tree | ec4171cd3f2b16179545e96b00186cff48c772f7 /.github/workflows | |
| parent | aebdd11464a6632c9722cf2db2a4494437404674 (diff) | |
| parent | d21ff74c5f830a275d291a00043b2526a1bf9e62 (diff) | |
merge with main and fix conflict (I hope)dr-codec2-doc
Diffstat (limited to '.github/workflows')
| -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 |
