We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6e020e + 54a8d79 commit 964ddfdCopy full SHA for 964ddfd
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions-rs/cargo@v1
36
with:
37
command: build
38
- use-cross: startWith($${{ matrix.target }}, 'x86') != true
+ use-cross: true
39
args: --release --locked --target=${{ matrix.target }}
40
41
- name: Package
0 commit comments