mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -126,6 +126,14 @@ jobs:
|
||||
save-if: ${{ github.ref == 'refs/heads/main' }}
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Install libunwind
|
||||
if: ${{ matrix.target == 'x86_64-linux-android' }}
|
||||
run: sudo apt install android-libunwind-dev
|
||||
|
||||
- name: Install libunwind
|
||||
if: ${{ matrix.target == 'aarch64-linux-android' }}
|
||||
run: sudo apt install android-libunwind-dev
|
||||
|
||||
- name: Build Target (${{ matrix.os }} ${{ matrix.target }})
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@@ -159,14 +167,6 @@ jobs:
|
||||
sccache: 'true'
|
||||
manylinux: 2_28
|
||||
|
||||
- name: Install libunwind
|
||||
if: ${{ matrix.target == 'x86_64-linux-android' }}
|
||||
run: sudo apt install android-libunwind-dev
|
||||
|
||||
- name: Install libunwind
|
||||
if: ${{ matrix.target == 'aarch64-linux-android' }}
|
||||
run: sudo apt install android-libunwind-dev
|
||||
|
||||
- name: Add pkg-config files except on MSVC
|
||||
if: ${{ matrix.target != 'x86_64-pc-windows-msvc' }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user