We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359eb00 commit 4679da0Copy full SHA for 4679da0
1 file changed
.github/workflows/release.yml
@@ -17,19 +17,22 @@ jobs:
17
- os: ubuntu-latest
18
target: x86_64-unknown-linux-gnu
19
use_cross: false
20
+ allow_failure: false
21
22
target: aarch64-unknown-linux-gnu
23
use_cross: true
24
allow_failure: true
25
- os: macos-13
26
target: x86_64-apple-darwin
27
28
29
- os: macos-14
30
target: aarch64-apple-darwin
31
32
33
34
runs-on: ${{ matrix.os }}
- continue-on-error: ${{ matrix.allow_failure || false }}
35
+ continue-on-error: ${{ matrix.allow_failure }}
36
steps:
37
- uses: actions/checkout@v4
38
- uses: dtolnay/rust-toolchain@stable
0 commit comments