Skip to content

Commit

Permalink
Add compiler version to image-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Aug 19, 2023
1 parent fdc7536 commit f9d7c78
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,24 @@ jobs:
- runner_volume:/home/runner
options: --user 0 --cpus 2

env:
CC: gcc
CXX: g++

defaults:
run:
shell: bash

steps:
- name: compiler version
run: ${CXX} --version

- name: checkout chaste
uses: actions/checkout@v3
with:
repository: Chaste/Chaste
path: Chaste
ref: ${{ github.event.inputs.chaste_branch }}
submodules: recursive

- name: make build and test directories
run: |
Expand Down

0 comments on commit f9d7c78

Please sign in to comment.