Skip to content

Commit 100d270

Browse files
committed
WIP list available compilers
1 parent ee0caab commit 100d270

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/linux.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
1717
CXX: ${{matrix.cxx}}
1818
steps:
19+
- name: list compilers
20+
run: dpkg --list | grep compiler
21+
- name: list libc++
22+
run: dpkg --list | grep libc++
23+
1924
- name: Get pushed code
2025
uses: actions/checkout@v4
2126

@@ -57,6 +62,11 @@ jobs:
5762
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
5863
CXX: ${{ matrix.compiler.cpp }}-${{ matrix.compiler.version }}
5964
steps:
65+
- name: list compilers
66+
run: dpkg --list | grep compiler
67+
- name: list libc++
68+
run: dpkg --list | grep libc++
69+
6070
- name: Get pushed code
6171
uses: actions/checkout@v4
6272

0 commit comments

Comments
 (0)