Skip to content

Commit

Permalink
DEBUG: which compiler in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MattToast committed Feb 13, 2024
1 parent b54b3a0 commit 49a5629
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ jobs:
sudo ln -s /usr/local/bin/g++-12 /usr/local/bin/g++
echo /usr/local/bin:$PATH >> $GITHUB_PATH
- name: DEBUG - RM THIS: Which compiler?
run: |
which gcc
gcc --version
which g++
g++ --version
- name: Build Singularity from source
if: contains( matrix.os, 'ubuntu' ) && matrix.py_v == 3.9
run: |
Expand Down

0 comments on commit 49a5629

Please sign in to comment.