From 170742f0940e45caa09adde327234d92039ad6e9 Mon Sep 17 00:00:00 2001 From: Michael Hudson Date: Wed, 27 Oct 2021 17:32:39 -0700 Subject: [PATCH] Install wget in Gitlab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6584d27..be6ee2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: nixos/nix:2.3.6 build: script: - - nix-env -i git + - nix-env -i git wget # - nix-build --max-jobs 10 - nix-shell --command "cabal update; cabal test --enable-tests --test-show-details=streaming" # Upload test reports