install missing package in github action

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

View file

@ -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