Skip to content

Commit 72c6c0b

Browse files
committed
Install curl on ubuntu
1 parent 647f4ed commit 72c6c0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ tar-x86_64-linux-ubuntu18.04:
200200
TARBALL_EXT: tar.xz
201201
before_script:
202202
- apt update
203-
- apt install -y make tar xz-utils
203+
- apt install -y make tar xz-utils curl
204204

205205
test-x86_64-linux-ubuntu18.04:
206206
extends:
@@ -209,7 +209,7 @@ test-x86_64-linux-ubuntu18.04:
209209
needs: ["tar-x86_64-linux-ubuntu18.04"]
210210
before_script:
211211
- apt update
212-
- apt install -y tree patchelf make
212+
- apt install -y tree patchelf make curl
213213

214214

215215
###########################
@@ -239,7 +239,7 @@ tar-x86_64-linux-ubuntu20.04:
239239
TARBALL_EXT: tar.xz
240240
before_script:
241241
- apt update
242-
- apt install -y make tar xz-utils
242+
- apt install -y make tar xz-utils curl
243243

244244
test-x86_64-linux-ubuntu20.04:
245245
extends:
@@ -248,7 +248,7 @@ test-x86_64-linux-ubuntu20.04:
248248
needs: ["tar-x86_64-linux-ubuntu20.04"]
249249
before_script:
250250
- apt update
251-
- apt install -y tree patchelf make
251+
- apt install -y tree patchelf make curl
252252

253253

254254
######################

0 commit comments

Comments
 (0)