Skip to content

Commit

Permalink
Merge pull request cauebs#16 from patrickelectric/fix_cross
Browse files Browse the repository at this point in the history
wroskflows: build: Enable cross by default
  • Loading branch information
cauebs authored Jul 5, 2020
2 parents d6e020e + 54a8d79 commit 964ddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
use-cross: startWith($${{ matrix.target }}, 'x86') != true
use-cross: true
args: --release --locked --target=${{ matrix.target }}

- name: Package
Expand Down

0 comments on commit 964ddfd

Please sign in to comment.