Skip to content

Commit 23895f5

Browse files
authored
Update mean_bean_deploy.yml
1 parent 4675f21 commit 23895f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mean_bean_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v2
4848
# FIXME: Hack around thinLTO being broken.
49-
- run: echo "::set-env name=RUSTFLAGS::-Clto=fat"
49+
- run: echo "RUSTFLAGS=-Clto=fat" >> $GITHUB_ENV
5050
- run: bash ci/set_rust_version.bash stable ${{ matrix.target }}
5151
- run: bash ci/build.bash cargo ${{ matrix.target }} RELEASE
5252
# We're using using a fork of `actions/create-release` that detects
@@ -120,6 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
needs: install-cross
122122
strategy:
123+
fail-fast: false
123124
matrix:
124125
target:
125126
# WASM, off by default as most rust projects aren't compatible yet.

0 commit comments

Comments
 (0)