From 7a4844dcbd14aa21af9a74eb2b9b196dd0dcd700 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Wed, 21 Feb 2024 00:51:08 +0800 Subject: [PATCH] Fixed Rust Build CI. --- .github/workflows/rust_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yml b/.github/workflows/rust_ci.yml index 5a7524d..48a85ef 100644 --- a/.github/workflows/rust_ci.yml +++ b/.github/workflows/rust_ci.yml @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout code + uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: