We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e892a commit ab332b0Copy full SHA for ab332b0
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
- rust: stable
28
os: actuated-arm64-4cpu-16gb
29
runs-on: ${{ matrix.os }}
30
+ continue-on-error: ${{ matrix.rust == 'beta' }}
31
steps:
32
- name: Free disk space
33
if: ${{ matrix.os == 'ubuntu-latest'}}
0 commit comments