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 fc4f698 commit bcd6a93Copy full SHA for bcd6a93
.github/workflows/cmake_conan.yml
@@ -20,6 +20,9 @@ jobs:
20
uses: actions/setup-python@v4.6.0
21
with:
22
python-version: "3.10"
23
+ - name: Install libc++ on Ubuntu
24
+ run: sudo apt-get update && sudo apt-get install -y libc++-dev libc++abi-dev
25
+ if: ${{ matrix.os == 'ubuntu-latest' }}
26
- name: Install autotools on macOS
27
run: brew install automake
28
if: ${{ matrix.os == 'macos-13' }}
0 commit comments