Skip to content

Commit 8808276

Browse files
committed
ci: remove extra libc++ installation
1 parent 26a646a commit 8808276

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -967,15 +967,6 @@ jobs:
967967
ninja: true
968968
kcov: ${{ startsWith(matrix.config.os, 'ubuntu') }}
969969

970-
- name: Install libc++
971-
id: install_libcxx
972-
if: matrix.config.libcxx && (steps.cache-libcxx.outputs.cache-hit != 'true')
973-
shell: bash
974-
working-directory: ${{ env.HOME }}
975-
run: |
976-
sudo ln -s /usr/include/locale.h /usr/include/xlocale.h
977-
$GITHUB_WORKSPACE/install_libcxx.sh
978-
979970
- name: Verify compilation errors
980971
if: (!startsWith(matrix.config.os, 'windows'))
981972
shell: bash

0 commit comments

Comments
 (0)