From ae38a6b9d76f69f089cdae8cf216b00e5b1f50aa Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Thu, 30 Jan 2025 17:34:20 +0000 Subject: [PATCH] Update circleci config.yml --- .circleci/config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a90612..f3117e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,10 +9,15 @@ jobs: type: string version: type: string - docker: - - image: reiniscirpons/hpcombi-env-arm64v8:v1 + docker: + - image: arm64v8/ubuntu:latest resource_class: arm.medium steps: + - run: + name: Install dependencies + command: | + apt-get --yes update + apt-get install --yes build-essential, libbenchmark-dev, make, cmake, pkg-config, git, catch2 - run: name: "Set up compiler" environment: