Skip to content

Commit b0f86d3

Browse files
committed
u
1 parent c421667 commit b0f86d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ruby-version: "ruby"
1818
- name: Install curl-dev (ubuntu)
1919
if: ${{ matrix.os == 'ubuntu' }}
20-
run: sudo apt update -yq && sudo apt-get install -yq libbz2-dev libcurl4-openssl-dev
20+
run: sudo apt update -yq && sudo apt-get install -yq libbz2-dev liblzma-dev libcurl4-openssl-dev
2121
- name: Install autotools (macos)
2222
if: ${{ matrix.os == 'macos' }}
2323
run: brew install autoconf automake libdeflate xz

0 commit comments

Comments
 (0)