We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b2104 commit 010a90bCopy full SHA for 010a90b
.github/workflows/unit-tests.yaml
@@ -52,6 +52,8 @@ jobs:
52
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include"' >> /Users/runner/.bash_profile
53
echo 'export CC=/opt/homebrew/opt/llvm@16/bin/clang' >> /Users/runner/.bash_profile
54
echo 'export CXX=/opt/homebrew/opt/llvm@16/bin/clang++' >> /Users/runner/.bash_profile
55
+ echo $SHELL
56
+ clang --version
57
58
- if: "matrix.os == 'ubuntu-20.04'"
59
name: "Install gcc-10 (for c++20)"
@@ -67,6 +69,8 @@ jobs:
67
69
68
70
- name: "Log tool versions"
71
run: |-
72
+ command -v clang
73
+ command -v gcc
74
command -v md5sum
75
command -v python
76
command -v tar
0 commit comments