Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeborn committed Jul 31, 2022
1 parent 2422bfc commit 2fc81e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Install cross
run: cargo install cross --git https://github.com/cross-rs/cross
if: env.NATIVE_TARGET == 'false'

- name: Set build binary
run: |
if ${NATIVE_TARGET} == true; then
Expand Down

0 comments on commit 2fc81e3

Please sign in to comment.