Skip to content
Snippets Groups Projects
Unverified Commit f0a73ae9 authored by Zubin's avatar Zubin
Browse files

more ubuntu fixes

parent a0835cb4
No related branches found
No related tags found
No related merge requests found
Pipeline #57254 failed
......@@ -209,7 +209,7 @@ test-x86_64-linux-ubuntu18.04:
needs: ["tar-x86_64-linux-ubuntu18.04"]
before_script:
- apt update
- apt install -y tree patchelf make curl
- apt install -y tree patchelf make curl build-essential
###########################
......@@ -248,7 +248,7 @@ test-x86_64-linux-ubuntu20.04:
needs: ["tar-x86_64-linux-ubuntu20.04"]
before_script:
- apt update
- apt install -y tree patchelf make curl
- apt install -y tree patchelf make curl build-essential
######################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment