Fix CI on ARM

This commit is contained in:
Roderick van Domburg 2022-05-21 21:06:29 +02:00
parent 3d298768b3
commit cf25c2aa36
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451

View file

@ -196,4 +196,4 @@ jobs:
- name: Install cross
run: cargo install cross || true
- name: Build
run: cross build --locked --target ${{ matrix.target }} --no-default-features
run: cross build --target ${{ matrix.target }} --no-default-features