summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/mean_bean_deploy.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/mean_bean_deploy.yml b/.github/workflows/mean_bean_deploy.yml
index 8abecdd..0192abe 100644
--- a/.github/workflows/mean_bean_deploy.yml
+++ b/.github/workflows/mean_bean_deploy.yml
@@ -45,6 +45,8 @@ jobs:
# - x86_64-pc-windows-gnu
steps:
- uses: actions/checkout@v2
+ # FIXME: Hack around thinLTO being broken.
+ - run: echo "::set-env name=RUSTFLAGS::-Clto=fat"
- run: bash ci/set_rust_version.bash stable ${{ matrix.target }}
- run: bash ci/build.bash cargo ${{ matrix.target }} RELEASE
# We're using using a fork of `actions/create-release` that detects