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 bccc3d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ jobs:
version:
type: string
docker:
- image: reiniscirpons/hpcombi-env-arm64v8:v1
- 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 bccc3d6

Please sign in to comment.