chore(ci): switch to nightly builds

This commit is contained in:
Orhun Parmaksız 2022-04-10 15:09:45 +03:00
parent 51657f8204
commit fb3295bf69
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
TOOLCHAIN: [stable]
TOOLCHAIN: [nightly]
TARGET:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
@ -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