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.
1 parent 4675f21 commit 23895f5Copy full SHA for 23895f5
.github/workflows/mean_bean_deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
steps:
47
- uses: actions/checkout@v2
48
# FIXME: Hack around thinLTO being broken.
49
- - run: echo "::set-env name=RUSTFLAGS::-Clto=fat"
+ - run: echo "RUSTFLAGS=-Clto=fat" >> $GITHUB_ENV
50
- run: bash ci/set_rust_version.bash stable ${{ matrix.target }}
51
- run: bash ci/build.bash cargo ${{ matrix.target }} RELEASE
52
# We're using using a fork of `actions/create-release` that detects
@@ -120,6 +120,7 @@ jobs:
120
runs-on: ubuntu-latest
121
needs: install-cross
122
strategy:
123
+ fail-fast: false
124
matrix:
125
target:
126
# WASM, off by default as most rust projects aren't compatible yet.
0 commit comments