Disable update-informer on linux-cross (#113)

This commit is contained in:
Charlie Marsh
2022-09-06 14:19:38 -04:00
committed by GitHub
parent c1eeae90f1
commit 2749660b1f
3 changed files with 34 additions and 26 deletions

View File

@@ -1,6 +1,8 @@
name: Release
on:
pull_request:
branches: [main]
create:
tags:
- v*
@@ -127,7 +129,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist
args: --no-default-features --release --out dist
maturin-version: "v0.13.0"
- uses: uraimo/run-on-arch-action@v2.0.5
if: matrix.target != 'ppc64'