mirror of
https://github.com/kaesaecracker/servicepoint-simulator.git
synced 2025-01-18 02:20:14 +01:00
install missing package in github action
This commit is contained in:
parent
b8c8497ae4
commit
828b486f03
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install liblzma
|
- name: Install liblzma-dev
|
||||||
run: sudo apt-get install -y liblzma
|
run: sudo apt-get install -y liblzma-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
Loading…
Reference in a new issue