Skip to content

Commit 65b4e4f

Browse files
committed
WIP list available compilers
1 parent 1fddb83 commit 65b4e4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linux.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
with:
6060
version: 7
6161

62+
- name: list compilers
63+
run: dpkg --list | grep compiler
64+
- name: list libc++
65+
run: dpkg --list | grep libc++
66+
6267
- name: Get pushed code
6368
uses: actions/checkout@v4
6469

0 commit comments

Comments
 (0)