summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-08-16 15:59:58 +0200
committerGitHub <noreply@github.com>2020-08-16 15:59:58 +0200
commitd52bc083f9b7f0f9f641dd5f3f585ba97d5fd256 (patch)
tree0efb464712ae2b8e7b67e45047e8e170e3be5844
parent9a6e799dd0e3afedba974d1804a089280d2287fd (diff)
Update mean_bean_deploy.ymlv12.0.4a
-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