Skip to content

Commit

Permalink
ci: make sure liblzma is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 10, 2025
1 parent c5cd95a commit adc292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: "3.3"
apt-get: "autogen libtool shtool"
apt-get: "autogen libtool shtool liblzma-dev"
brew: "automake autogen libtool shtool"
mingw: "autotools xz"
bundler-cache: true
Expand Down

0 comments on commit adc292e

Please sign in to comment.