diff options
| author | Mooneer Salem <[email protected]> | 2023-12-12 21:01:35 -0800 |
|---|---|---|
| committer | Mooneer Salem <[email protected]> | 2023-12-12 21:01:35 -0800 |
| commit | d9f3ca774bf7922bc8adb29983570d5a81a47bd3 (patch) | |
| tree | 998829506768a1f06c189c0aea6476ae4a36c93d /.github | |
| parent | e67ce322921ece56f4c108ceec6397e19325d928 (diff) | |
Install missing packages.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f843282..c84a024 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 - name: Create Build Directory shell: bash |
