From 617ceec071786b577fa7027a3bb1ef9e925aecb7 Mon Sep 17 00:00:00 2001 From: Sean Hinde Date: Mon, 16 Jan 2023 14:59:50 +0100 Subject: [PATCH] Still noodling with ci --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb0e345..df81345 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,9 @@ commands: run_build: description: "Build" + working_directory: ~/src steps: + - checkout - run: name: Build command: make @@ -67,21 +69,18 @@ jobs: steps: - setup_ubuntu: OTP_VERSION: "22.3.4.26" - - checkout - run_build ubuntu_2004_otp23: executor: ubuntu_2004 steps: - setup_ubuntu: OTP_VERSION: "23.3.4.18" - - checkout - run_build macos_1106_otp23: executor: macos_1106 steps: - setup_macos: OTP_VERSION: "23" - - checkout - run_build nix_alpine: executor: nix_alpine_ci