Skip to content

Commit 7a0b5bb

Browse files
committed
CI: Fixed libcurl3 replaced by libcurl4 in Ubuntu 20.04
1 parent adf9525 commit 7a0b5bb

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/builder_0_1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: success()
8080
- name: install
8181
run: |
82-
sudo apt-get -y install -qq gcc g++ gperf git flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
82+
sudo apt-get -y install -qq gcc g++ gperf git flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
8383
sudo /usr/sbin/update-ccache-symlinks
8484
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
8585
source ~/.bashrc && echo $PATH
@@ -124,7 +124,7 @@ jobs:
124124
if: success()
125125
- name: install
126126
run: |
127-
sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
127+
sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
128128
sudo /usr/sbin/update-ccache-symlinks
129129
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
130130
source ~/.bashrc && echo $PATH
@@ -169,7 +169,7 @@ jobs:
169169
if: success()
170170
- name: install
171171
run: |
172-
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
172+
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173173
sudo /usr/sbin/update-ccache-symlinks
174174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175175
source ~/.bashrc && echo $PATH

.github/workflows/builder_2_3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: success()
8080
- name: install
8181
run: |
82-
sudo apt-get -y install -qq gcc g++ gperf git flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
82+
sudo apt-get -y install -qq gcc g++ gperf git flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
8383
sudo /usr/sbin/update-ccache-symlinks
8484
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
8585
source ~/.bashrc && echo $PATH
@@ -124,7 +124,7 @@ jobs:
124124
if: success()
125125
- name: install
126126
run: |
127-
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
127+
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
128128
sudo /usr/sbin/update-ccache-symlinks
129129
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
130130
source ~/.bashrc && echo $PATH
@@ -169,7 +169,7 @@ jobs:
169169
if: success()
170170
- name: install
171171
run: |
172-
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
172+
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173173
sudo /usr/sbin/update-ccache-symlinks
174174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175175
source ~/.bashrc && echo $PATH

.github/workflows/builder_3_plus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: success()
8080
- name: install
8181
run: |
82-
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
82+
sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
8383
sudo /usr/sbin/update-ccache-symlinks
8484
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
8585
source ~/.bashrc && echo $PATH
@@ -124,7 +124,7 @@ jobs:
124124
if: success()
125125
- name: install
126126
run: |
127-
sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
127+
sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
128128
sudo /usr/sbin/update-ccache-symlinks
129129
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
130130
source ~/.bashrc && echo $PATH
@@ -169,7 +169,7 @@ jobs:
169169
if: success()
170170
- name: install
171171
run: |
172-
sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
172+
sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173173
sudo /usr/sbin/update-ccache-symlinks
174174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175175
source ~/.bashrc && echo $PATH

.github/workflows/builder_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: success()
8080
- name: install
8181
run: |
82-
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
82+
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
8383
sudo /usr/sbin/update-ccache-symlinks
8484
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
8585
source ~/.bashrc && echo $PATH
@@ -124,7 +124,7 @@ jobs:
124124
if: success()
125125
- name: install
126126
run: |
127-
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
127+
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
128128
sudo /usr/sbin/update-ccache-symlinks
129129
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
130130
source ~/.bashrc && echo $PATH
@@ -169,7 +169,7 @@ jobs:
169169
if: success()
170170
- name: install
171171
run: |
172-
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
172+
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
173173
sudo /usr/sbin/update-ccache-symlinks
174174
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
175175
source ~/.bashrc && echo $PATH

.github/workflows/builder_x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: success()
7676
- name: install
7777
run: |
78-
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz git gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
78+
sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz git gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
7979
sudo /usr/sbin/update-ccache-symlinks
8080
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
8181
source ~/.bashrc && echo $PATH
@@ -117,7 +117,7 @@ jobs:
117117
if: success()
118118
- name: install
119119
run: |
120-
sudo apt-get -y install -qq gcc g++ gperf git gcc-multilib g++-multilib libc6-i386 libc6-dev-i386 flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet libgmp-dev libmpfr-dev
120+
sudo apt-get -y install -qq gcc g++ gperf git gcc-multilib g++-multilib libc6-i386 libc6-dev-i386 flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
121121
sudo /usr/sbin/update-ccache-symlinks
122122
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
123123
source ~/.bashrc && echo $PATH

0 commit comments

Comments
 (0)