aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-12-12 09:33:57 +1030
committerDavid Rowe <[email protected]>2023-12-12 09:33:57 +1030
commitb8e452709330c75abfab55919575966da3bb030c (patch)
treec7a57ab014674259999feb3b2eba0dd004a5f664 /.github/workflows
parent18c5e48d5c86a5d02c996d129880bb8d212e9b75 (diff)
don't need tex packages as we've excluded that test for now
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml3
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