1 parent 803bc6f commit b496b6dCopy full SHA for b496b6d
1 file changed
.github/workflows/cmake.yml
@@ -28,18 +28,11 @@ jobs:
28
- uses: actions/checkout@v6
29
30
- name: Prints
31
+ shell: bash
32
run: |
- echo ${{ matrix.config.cc }}
33
- echo ${{ matrix.config.os }}
34
- gcc -v
35
-
36
- - name: Install TBB Linux
37
- if: matrix.config.os == 'ubuntu-24.04'
38
- run: sudo apt install libtbb-dev
39
40
- # - name: Install TBB MacOS
41
- # if: matrix.config.os == 'macos-latest'
42
- # run: brew install tbb
+ echo ${{ matrix.config.cc }}
+ echo ${{ matrix.config.os }}
+ ${{ matrix.config.cc }} --version 2>&1 || ${{ matrix.config.cc }} 2>&1 || true
43
44
- name: Info
45
run: echo ${{ github.ref }}
0 commit comments