diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5441612..663f99a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: - { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true } - { os: ubuntu-latest, target: i686-unknown-linux-gnu, use-cross: true } - { os: ubuntu-latest, target: arm-unknown-linux-gnueabihf, use-cross: true } + continue-on-error: true steps: - name: Checkout source code uses: actions/checkout@v2