Skip to content

Commit

Permalink
chore: fix MSRV incorrect job syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
devworlds committed Dec 20, 2024
1 parent 3600e94 commit beb520f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/general-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:

MSRV-1.75-Check:
Msrv-Check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -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:
Expand Down

0 comments on commit beb520f

Please sign in to comment.