chore(workflow): switch to nightly builds

This commit is contained in:
Orhun Parmaksız 2022-04-15 00:14:39 +03:00
parent 3f81cd6a30
commit a3cf5563d4
No known key found for this signature in database
GPG key ID: F83424824B3E4B90
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
TOOLCHAIN: [stable]
TOOLCHAIN: [nightly]
CONFIG:
- { TARGET: x86_64-unknown-linux-gnu, FEATURES: "" }
- { TARGET: x86_64-unknown-linux-musl, FEATURES: "" }

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