From beb520f70e8346031d0d84a5ce8434e79ddacf2a Mon Sep 17 00:00:00 2001 From: devworlds Date: Fri, 20 Dec 2024 10:20:15 -0300 Subject: [PATCH] chore: fix MSRV incorrect job syntax --- .github/workflows/general-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general-check.yaml b/.github/workflows/general-check.yaml index 8069a5f01..05a94c52e 100644 --- a/.github/workflows/general-check.yaml +++ b/.github/workflows/general-check.yaml @@ -8,7 +8,7 @@ on: jobs: - MSRV-1.75-Check: + Msrv-Check: runs-on: ubuntu-latest strategy: fail-fast: false @@ -32,7 +32,7 @@ jobs: - name: Build Utils run: cargo build --manifest-path=utils/Cargo.toml - semver-check: + Semver-check: runs-on: ubuntu-latest steps: