diff options
| author | drowe67 <[email protected]> | 2023-12-12 09:33:57 +1030 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-12-12 09:33:57 +1030 |
| commit | b8e452709330c75abfab55919575966da3bb030c (patch) | |
| tree | c7a57ab014674259999feb3b2eba0dd004a5f664 /.github | |
| parent | 18c5e48d5c86a5d02c996d129880bb8d212e9b75 (diff) | |
don't need tex packages as we've excluded that test for now
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 69ab0fb..7e76b65 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -22,8 +22,7 @@ jobs: 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 texmaker texlive-bibtex-extra texlive-science - + - name: Create Build Directory shell: bash run: mkdir $GITHUB_WORKSPACE/build_linux |
