Skip to content

Commit

Permalink
feat: install lzma for now until we convert to pixi (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager authored Jan 9, 2025
1 parent 3e72dce commit ae38140
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
components: rustfmt
cache: false

- name: Install LZMA and dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y xz-utils liblzma-dev
- uses: Swatinem/rust-cache@v2

- name: Install cargo nextest
Expand Down

0 comments on commit ae38140

Please sign in to comment.