Skip to content

Commit

Permalink
set CROSS_CUSTOM_TOOLCHAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe7a committed Jul 12, 2024
1 parent b6e46ec commit 7a6d5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:

# Optimize the binary for size. This reduces the filesize at the cost of a slower binary.
CARGO_PROFILE_OPT_LEVEL: ${{ needs.metadata.outputs.optimize-build && 's' || '0' }}

CROSS_CUSTOM_TOOLCHAIN: 1
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7a6d5f6

Please sign in to comment.