Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/variants_in_me…
Browse files Browse the repository at this point in the history
…tadata
  • Loading branch information
baszalmstra committed Jan 9, 2025
2 parents cad48b2 + ae38140 commit 1c1cbb0
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 67 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
Loading

0 comments on commit 1c1cbb0

Please sign in to comment.