From 253dab042cd0ae7a516d3686d34035bdfb0f853a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mo=C3=AFse=20Valvassori?= Date: Mon, 2 Jan 2023 07:43:37 +0100 Subject: [PATCH] allow failures --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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