Skip to content

Commit e8fe32b

Browse files
committed
- ensure expat, zlib and bz2 are available on ubuntu
1 parent 91d9fe5 commit e8fe32b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
submodules: recursive
3232

33+
- name: Install Ubuntu dependencies
34+
if: matrix.os == 'ubuntu-latest'
35+
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev libbz2-dev libexpat1-dev
36+
3337
- name: Build
3438
run: cargo build
3539

0 commit comments

Comments
 (0)