chore(ci): enable cross builds

This commit is contained in:
Orhun Parmaksız 2022-04-15 00:17:01 +03:00
parent 1005f65777
commit a3d51f0ce5
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -56,6 +56,7 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --locked --target ${{ matrix.TARGET }} --no-default-features