From f48a93a01fa07e92a44adb104f9f358e87c10003 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 17 Jul 2023 22:38:02 -0400 Subject: [PATCH] ci: enable git for unreleased circuits_sim --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59c4f25..5fdf9fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: steps: - run: name: Install system dependencies - command: apk add --no-cache build-base linux-headers + command: apk add --no-cache build-base linux-headers git - checkout - run: name: Install hex and rebar