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'