From 103e1d25651dd916dcaf340f306da9dbc3625a10 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Thu, 29 Aug 2024 15:43:59 +0200 Subject: [PATCH] renamed the step --- .github/workflows/check-cargo-check-runtimes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-cargo-check-runtimes.yml b/.github/workflows/check-cargo-check-runtimes.yml index e6778f31dad2..e0ca692885c9 100644 --- a/.github/workflows/check-cargo-check-runtimes.yml +++ b/.github/workflows/check-cargo-check-runtimes.yml @@ -138,7 +138,8 @@ jobs: index: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] steps: - uses: actions/checkout@v4 - - uses: ./.github/actions/set-up-mac + - name: Install dependencies + uses: ./.github/actions/set-up-mac with: IMAGE: ${{ needs.set-image.outputs.IMAGE }} - name: Run cargo check