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 8e5f125
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 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 All @@ -291,10 +293,10 @@ jobs:
libmpfr-dev \
libmpc-dev \
build-essential \
gcc-5 \
g++-5 \
gcc-5-multilib \
g++-5-multilib \
gcc \
g++ \
gcc-multilib \
g++-multilib \
dejagnu;
# install Rust directly using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
Expand Down

0 comments on commit 8e5f125

Please sign in to comment.