Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Nov 26, 2024
1 parent 688d535 commit 71aa693
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ jobs:
build-and-check-gcc-5:

runs-on: ubuntu-22.04
container: ubuntu:18.04
runs-on: ubuntu-20.04
##container: ubuntu:18.04
env:
# otherwise we hang when installing tzdata
DEBIAN_FRONTEND: noninteractive
Expand All @@ -278,8 +278,10 @@ jobs:

- name: Install Deps
run: |
apt-get update;
apt-get install -y \
echo "deb http://old-releases.ubuntu.com/ubuntu zesty main" | sudo tee /etc/apt/sources.list.d/zesty.list;
sudo apt-add-repository -r universe;
sudo apt-get update;
sudo apt-get install -y \
curl \
automake \
autoconf \
Expand Down

0 comments on commit 71aa693

Please sign in to comment.