Skip to content

Commit 092f0a8

Browse files
committed
CI: add libutfcpp-dev in some Linux builds to test detection
(cherry picked from commit e133286)
1 parent 97f5a03 commit 092f0a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
name: libebml for Linux
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: install utf8cpp
14+
run: |
15+
sudo apt-get update
16+
sudo apt-get install -y --no-install-recommends libutfcpp-dev
1317
1418
- name: Get pushed code
1519
uses: actions/checkout@v4

0 commit comments

Comments
 (0)