Skip to content

Commit 1d37a70

Browse files
committed
WIP list available compilers
1 parent 92fc441 commit 1d37a70

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/linux.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- name: list compilers
2020
run: dpkg --list | grep compiler
21-
- name: list libc++
22-
run: dpkg --list | grep libc++
2321

2422
- name: Get pushed code
2523
uses: actions/checkout@v4
@@ -61,8 +59,6 @@ jobs:
6159

6260
- name: list compilers
6361
run: dpkg --list | grep compiler
64-
- name: list libc++
65-
run: dpkg --list | grep libc++
6662

6763
- name: Get pushed code
6864
uses: actions/checkout@v4
@@ -104,8 +100,6 @@ jobs:
104100

105101
- name: list compilers
106102
run: dpkg --list | grep compiler
107-
- name: list libc++
108-
run: dpkg --list | grep libc++
109103

110104
- name: Get pushed code
111105
uses: actions/checkout@v4

0 commit comments

Comments
 (0)