chore(ci): switch to stable builds

This reverts commit fb3295bf69.
This commit is contained in:
Orhun Parmaksız 2022-04-15 00:10:17 +03:00
parent bcc22f03cb
commit 41d767b1c9
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: [nightly]
TOOLCHAIN: [stable]
TARGET:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
@ -56,7 +56,6 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --locked --target ${{ matrix.TARGET }} --no-default-features