We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08e69db + 1cae99d commit 9abf5d1Copy full SHA for 9abf5d1
.github/workflows/cross_compile.yml
@@ -20,6 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
needs: ci-data
22
strategy:
23
+ fail-fast: false
24
matrix:
25
platform: ${{ fromJSON(needs.ci-data.outputs.result).supported-ruby-platforms }}
26
steps:
0 commit comments