Skip to content

Commit

Permalink
Update AppImage builder to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Oct 1, 2023
1 parent 1648d62 commit 2e3a26b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 \
Expand Down Expand Up @@ -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 ..
Expand All @@ -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 ..
Expand Down

0 comments on commit 2e3a26b

Please sign in to comment.