Skip to content

Commit

Permalink
Update circleci config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 30, 2025
1 parent 6842a1e commit ae38a6b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae38a6b

Please sign in to comment.