Compare commits
2 commits
8590b38d0f
...
36ccd9db6e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36ccd9db6e | ||
|
|
c8b51a8ab4 |
1 changed files with 4 additions and 2 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
|
@ -16,7 +16,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install liblzma-dev
|
|
||||||
run: sudo apt-get install -y liblzma-dev
|
- name: Install system dependencies
|
||||||
|
run: sudo apt-get install -y liblzma-dev libfontconfig1-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue