diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 797c64af73..073871ecf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: name: AppImage runs-on: ubuntu-latest container: - image: "ubuntu:18.04" + image: "ubuntu:20.04" env: DEBIAN_FRONTEND: noninteractive APPIMAGE_EXTRACT_AND_RUN: "1" @@ -17,7 +17,6 @@ jobs: apt-get update -qq apt-get install -y --no-install-recommends software-properties-common add-apt-repository -y ppa:gnuradio/gnuradio-releases - add-apt-repository -y ppa:git-core/ppa apt-get install -y --no-install-recommends \ git \ build-essential \ @@ -88,7 +87,6 @@ jobs: cd /tmp git clone https://gitea.osmocom.org/sdr/gr-iqbal.git cd gr-iqbal - git checkout gr3.8 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULES_DIR=/usr/lib/x86_64-linux-gnu/cmake .. @@ -99,7 +97,6 @@ jobs: cd /tmp git clone https://github.com/gqrx-sdr/gr-osmosdr.git cd gr-osmosdr - git checkout origin/gr3.8 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULES_DIR=/usr/lib/x86_64-linux-gnu/cmake -DENABLE_PYTHON=False ..