From 125fac770a43ec3b10d489c534a36430b3555616 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Tue, 9 Sep 2025 14:49:56 +0300 Subject: [PATCH] fix: ci test run 2 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d45bd7c..7998066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: name: ubuntu-latest-pipeline steps: - - uses: Swatinem/rust-cache@v2 + - uses: actions/checkout@v3 - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: @@ -28,6 +28,8 @@ jobs: toolchain: nightly override: true components: rustfmt, clippy + - name: Cache Rust dependencies + uses: Swatinem/rust-cache@v2 - name: lint - ubuntu-latest if: success() || failure() run: chmod 777 ./ci_scripts/lint-ubuntu.sh && ./ci_scripts/lint-ubuntu.sh