We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a646a commit 8808276Copy full SHA for 8808276
.github/workflows/ci.yml
@@ -967,15 +967,6 @@ jobs:
967
ninja: true
968
kcov: ${{ startsWith(matrix.config.os, 'ubuntu') }}
969
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
-
979
- name: Verify compilation errors
980
if: (!startsWith(matrix.config.os, 'windows'))
981
shell: bash
0 commit comments