mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 21:48:42 +00:00
Try to build lzma from source for arm cross-build
This commit is contained in:
parent
9c06ca94cb
commit
bf91a1f5fa
1 changed files with 8 additions and 7 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
||||||
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
|
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
|
||||||
run: |
|
run: |
|
||||||
echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
|
echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
|
||||||
|
echo "LZMA_API_STATIC=1" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install openssl (vcpkg)
|
- name: Install openssl (vcpkg)
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue