aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cmake.yml
diff options
context:
space:
mode:
authorMooneer Salem <[email protected]>2023-12-12 21:11:34 -0800
committerMooneer Salem <[email protected]>2023-12-12 21:11:34 -0800
commit7f41d0aaa84cb8897f8eea6c0f5fe4d4e05c787f (patch)
tree7d56883676474cbd133ca9631fa048488554f2b4 /.github/workflows/cmake.yml
parentd9f3ca774bf7922bc8adb29983570d5a81a47bd3 (diff)
Add missed packages.
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index c84a024..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 texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
+ 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