Skip to content

Commit

Permalink
Update mean_bean_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Aug 16, 2020
1 parent 9a6e799 commit d52bc08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mean_bean_deploy.yml
Expand Up @@ -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
Expand Down

0 comments on commit d52bc08

Please sign in to comment.