fix build
This commit is contained in:
parent
c8b51a8ab4
commit
36ccd9db6e
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install system dependencies
|
||||
run: sudo apt-get install -y liblzma-dev fontconfig
|
||||
run: sudo apt-get install -y liblzma-dev libfontconfig1-dev
|
||||
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Reference in a new issue