Browse Source

Removed non-needed code

semver_checks
Iban Eguia Moraza 6 months ago
parent
commit
040e51a3fc
No known key found for this signature in database
GPG Key ID: 777B7481C7DE661A
  1. 5
      .github/workflows/rust.yml

5
.github/workflows/rust.yml

@ -75,11 +75,6 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
override: true
profile: minimal
- uses: Swatinem/rust-cache@v2
with:
key: semver

Loading…
Cancel
Save