From 9dc605e26c14388ebb67244c7400168ed39b3f1c Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 22 Feb 2025 12:02:47 +1030 Subject: more search engine friendly \title --- doc/codec2.pdf | Bin 314413 -> 316470 bytes doc/codec2.tex | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/codec2.pdf b/doc/codec2.pdf index 6e63266..c47e5f8 100644 Binary files a/doc/codec2.pdf and b/doc/codec2.pdf differ diff --git a/doc/codec2.tex b/doc/codec2.tex index b9dd0e4..9bcd310 100644 --- a/doc/codec2.tex +++ b/doc/codec2.tex @@ -19,7 +19,8 @@ \input{gitbranch.txt} } -\title{Codec 2} +\title{Codec 2 Algorithm Description} + \author{David Rowe\\ \\ Revision: {\gitrevision} on branch: {\branch}} \begin{document} -- cgit v1.2.3 From 2738eacce21c2386c645c79dad55bbe7accf4b94 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 22 Feb 2025 12:18:47 +1030 Subject: github workflows choking when installing octve-dev package, try an earlier ubuntu version --- .github/workflows/cmake-sm1000.yml | 2 +- .github/workflows/cmake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-sm1000.yml b/.github/workflows/cmake-sm1000.yml index cce1bbe..ab24b5d 100644 --- a/.github/workflows/cmake-sm1000.yml +++ b/.github/workflows/cmake-sm1000.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index df02ee2..8550384 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 -- cgit v1.2.3