From c0332fe29700caf432ca23eb7dbc1687e2aaa26d Mon Sep 17 00:00:00 2001 From: Swarnava Ghosh Date: Tue, 22 Aug 2023 22:57:27 -0400 Subject: [PATCH] fixed dependency issues for github actions --- .github/workflows/test.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d09ec6a..ded8e80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,7 @@ jobs: - name: Download Dependencies run: | + sudo add-apt-repository ppa:gnuradio/gnuradio-releases sudo apt update sudo apt install cmake gnuradio xvfb libsndfile1-dev - name: Configure CMake diff --git a/README.md b/README.md index db466aa..766fc00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gr-UTAT_HERON v2.0.0 +# gr-UTAT_HERON v2.1.0 A GNURadio out-of-tree module for the HERON Mk II ground station.