From 4c1ecf60771a91e0efa92c37cdaeb83a1c63e4d2 Mon Sep 17 00:00:00 2001 From: Priyanshu Verma Date: Sat, 27 Jan 2024 22:47:11 +0530 Subject: [PATCH] [fix(CI)]: Fix workflow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a1c281..bc05905 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Bootstrap + - name: Bootstrap rust uses: actions-rs/toolchain@v1 with: toolchain: stable @@ -25,13 +25,13 @@ jobs: - name: Update rust run: | - rustup Update + rustup update continue-on-error: true - name: Add target run: | rustup target add x86_64-unknown-linux-gnu - continue-on-error: true + continue-on-error: true - name: Formatting run: |