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 a0852da commit 8d60a41Copy full SHA for 8d60a41
.github/workflows/ci.yml
@@ -57,9 +57,6 @@ jobs:
57
script/ci_setup_linux.sh
58
- name: Setup libc++
59
run: |
60
- if [ "${{ matrix.build_config.version }}" -le "6" ]; then
61
- script/ci_setup_libcxx.sh ${{ matrix.build_config.version }}
62
- fi
63
if [ "${{ matrix.build_config.version }}" -ge "12" ]; then
64
apt-get install -y --no-install-recommends libunwind-${{ matrix.build_config.version }}-dev;
65
fi
script/ci_setup_libcxx.sh
0 commit comments