From 944e661053ed70d50af9485259ef5c750b20ca76 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sun, 20 Feb 2022 10:35:59 +0100 Subject: [PATCH] Update CI --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e002a05..e7e75fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,6 @@ on: push: pull_request: - schedule: - - cron: 0 0 * * 0 name: Build @@ -15,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [stable, beta, nightly, 1.31.0] + rust: [stable, beta, 1.31.0] TARGET: - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl @@ -27,11 +25,6 @@ jobs: - thumbv7em-none-eabihf - thumbv7m-none-eabi - include: - # Test nightly but don't fail - - rust: nightly - experimental: true - steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1