Skip to content

Commit 964ddfd

Browse files
authored
Merge pull request cauebs#16 from patrickelectric/fix_cross
wroskflows: build: Enable cross by default
2 parents d6e020e + 54a8d79 commit 964ddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions-rs/cargo@v1
3636
with:
3737
command: build
38-
use-cross: startWith($${{ matrix.target }}, 'x86') != true
38+
use-cross: true
3939
args: --release --locked --target=${{ matrix.target }}
4040

4141
- name: Package

0 commit comments

Comments
 (0)