Skip to content

Commit f26a49d

Browse files
committed
Remove clang if not using it
1 parent 8545c38 commit f26a49d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: egor-tensin/setup-clang@v1
16-
with:
17-
version: latest
18-
platform: x64
1915
- uses: ConorMacBride/install-package@v1
2016
with:
2117
apt: gcc-11 g++-11 libreadline-dev libyaml-cpp-dev

0 commit comments

Comments
 (0)