From e336837b06d04b56781cda45ffaa7c70c4815f9d Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Thu, 4 Aug 2022 11:01:39 +0200 Subject: [PATCH] use rust stable for sfy-data --- .github/workflows/sfy-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sfy-data.yml b/.github/workflows/sfy-data.yml index 05df3df4..43d55bc7 100644 --- a/.github/workflows/sfy-data.yml +++ b/.github/workflows/sfy-data.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install latest nightly + - name: Install latest stable uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: stable override: true components: rustfmt, clippy profile: minimal