install missing package in github action

This commit is contained in:
Vinzenz Schroeter 2024-10-12 21:07:42 +02:00
parent f659bdc5b2
commit b8c8497ae4

View file

@ -16,5 +16,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install liblzma
run: sudo apt-get install -y liblzma
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose