Skip to content

Commit ddf4985

Browse files
Install liblzma in Linux CI
1 parent 3f4f54e commit ddf4985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build-linux:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: apt install
17+
run: apt-get install liblzma-dev
1618
- uses: actions/checkout@v4
1719
- name: Build slim
1820
run: cargo build --no-default-features --verbose

0 commit comments

Comments
 (0)