Skip to content

Commit bcd6a93

Browse files
authored
ci tests: install libc++ on ubuntu (#690)
1 parent fc4f698 commit bcd6a93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake_conan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
uses: actions/setup-python@v4.6.0
2121
with:
2222
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' }}
2326
- name: Install autotools on macOS
2427
run: brew install automake
2528
if: ${{ matrix.os == 'macos-13' }}

0 commit comments

Comments
 (0)