From ead94759a2cec0cf403ef9412bd69c8e31048593 Mon Sep 17 00:00:00 2001 From: Kobi Gurkan Date: Sat, 7 Nov 2020 23:27:19 +0200 Subject: [PATCH] another attempt --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ed384adb..918a5024a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,12 +67,14 @@ jobs: - name: Check examples with all features on stable run: | curl -sSL https://github.com/jon-chuang/accel/raw/master/setup_nvptx_toolchain.sh | bash + rustup component add rustfmt --toolchain nightly-2020-09-20-x86_64-unknown-linux-gnu cargo check --examples --all-features --all if: matrix.rust == 'stable' - name: Check examples with all features on nightly run: | curl -sSL https://github.com/jon-chuang/accel/raw/master/setup_nvptx_toolchain.sh | bash + rustup component add rustfmt --toolchain nightly-2020-09-20-x86_64-unknown-linux-gnu cargo check --examples --all-features --all if: matrix.rust == 'nightly'