Skip to content

Commit e133286

Browse files
committed
CI: add libutfcpp-dev in some Linux builds to test detection
1 parent 73f29d3 commit e133286

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/linux.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ on:
77

88
jobs:
99
Latest:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
cxx: ['g++-14', 'clang++-18']
1414
env:
1515
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON -G Ninja
1616
CXX: ${{matrix.cxx}}
1717
steps:
18+
- name: install utf8cpp
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install -y --no-install-recommends libutfcpp-dev
22+
1823
- name: list compilers
1924
run: dpkg --list | grep compiler
2025

0 commit comments

Comments
 (0)