Skip to content

Commit

Permalink
GHA builder: make sure compilers are present
Browse files Browse the repository at this point in the history
Because e.g. FC is missing from clang20 currently,
and we have published broken containers in the past
~14 days.
  • Loading branch information
gaborcsardi committed Oct 28, 2024
1 parent 76906a2 commit b633498
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
- name: Test
run: |
docker run rhub/test:test R --version
docker run rhub/test:test sh -c '$(R CMD config CC) --version'
docker run rhub/test:test sh -c '$(R CMD config CXX) --version'
docker run rhub/test:test sh -c '$(R CMD config FC) --version'
- name: Push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit b633498

Please sign in to comment.