From 7cc4af1589e8dba64bb2243a63ba1e833eb8c582 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 9 Sep 2019 11:25:54 -0400 Subject: [PATCH] get stack too --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 462b4fa..cf9c30b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: name: "Install Git" command: | # Required for the checkout and run steps - nix-env -i git openssh + nix-env -i git openssh stack - "checkout" -- GitLab