From 364cebcb51868136e27ada169221da72d28415e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 14 Feb 2021 19:36:50 -0800 Subject: gitlab CI: try to fix builds by installing libsodium-dev Might need to apt update? --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 953fb16..be202a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,9 @@ stages: rust-latest: stage: test - image: rust:latest + image: rust:1-buster + before_script: + - apt install -y libsodium-dev script: - make test -- cgit v1.2.3