Skip to content

Commit

Permalink
Better compiler version check.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 25, 2024
1 parent 435ded7 commit 31881c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
run: |
echo "CC=${{ matrix.compiler-cc }}" >> "$GITHUB_ENV"
echo "CXX=${{ matrix.compiler-cxx }}" >> "$GITHUB_ENV"
- name: Ceck compiler version
if: ${{ matrix.compiler-cc }}
run: |
${CC} --version
${CXX} --version
- name: Make more swap space available
Expand Down

0 comments on commit 31881c6

Please sign in to comment.