Skip to content

Commit 73f6a4f

Browse files
committed
Add cross compile target liblzma
1 parent 88a11d7 commit 73f6a4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
sudo apt update || true
7474
sudo apt install -y \
7575
crossbuild-essential-${{ matrix.docker_arch }} \
76-
libssl-dev:${{ matrix.docker_arch }}
76+
libssl-dev:${{ matrix.docker_arch }} \
77+
liblzma-dev:${{ matrix.docker_arch }}
7778
7879
- name: Download and build dioxus-cli
7980
run: |

0 commit comments

Comments
 (0)