From bf7b9488b6f2416df98b31148d265de51b83e12b Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Thu, 5 Oct 2023 23:20:50 +0800 Subject: [PATCH] Revise test-suite.yml --- .github/workflows/test-suite.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index c6836f26a5..da3a665a37 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -390,8 +390,12 @@ jobs: cli-check: name: cli-check runs-on: ubuntu-latest - needs: cargo-fmt steps: - uses: actions/checkout@v3 + - name: Get latest version of stable Rust + uses: moonrepo/setup-rust@v1 + with: + channel: stable + cache-target: release - name: Run Makefile to trigger the bash script run: make cli