Skip to content

Commit

Permalink
ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Nov 26, 2024
1 parent 6b3abcd commit d92bc31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ jobs:

- name: Install Deps
run: |
#echo "deb http://azure.archive.ubuntu.com/ubuntu bionic main" | sudo tee /etc/apt/sources.list.d/bionic.list;
#sudo apt-add-repository -r universe;
sudo apt-get update;
sudo apt-get install -y \
curl \
Expand All @@ -293,10 +291,6 @@ jobs:
libmpfr-dev \
libmpc-dev \
build-essential \
# gcc-5 \
# g++-5 \
# gcc-5-multilib \
# g++-5-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 d92bc31

Please sign in to comment.