Skip to content

Commit 010a90b

Browse files
committed
use env var
1 parent 45b2104 commit 010a90b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include"' >> /Users/runner/.bash_profile
5353
echo 'export CC=/opt/homebrew/opt/llvm@16/bin/clang' >> /Users/runner/.bash_profile
5454
echo 'export CXX=/opt/homebrew/opt/llvm@16/bin/clang++' >> /Users/runner/.bash_profile
55+
echo $SHELL
56+
clang --version
5557
5658
- if: "matrix.os == 'ubuntu-20.04'"
5759
name: "Install gcc-10 (for c++20)"
@@ -67,6 +69,8 @@ jobs:
6769
6870
- name: "Log tool versions"
6971
run: |-
72+
command -v clang
73+
command -v gcc
7074
command -v md5sum
7175
command -v python
7276
command -v tar

0 commit comments

Comments
 (0)