chore(ci): disable nightly builds

This commit is contained in:
Orhun Parmaksız 2021-11-25 23:57:41 +03:00
parent 418ee993a5
commit 5317987270
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
OS: [ubuntu-latest]
TOOLCHAIN: [stable, nightly]
TOOLCHAIN: [stable]
TARGET:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
@ -42,7 +42,6 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
continue-on-error: ${{ matrix.TOOLCHAIN == 'nightly' }}
with:
use-cross: true
command: build