Skip to content

Commit

Permalink
allow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
djedi23 committed Jan 2, 2023
1 parent 521cf27 commit 253dab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 253dab0

Please sign in to comment.