diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index 3ff224bf..8ab77cc7 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -16,8 +16,6 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest] - rust-toolchain: - - nightly runs-on: ${{ matrix.os }} timeout-minutes: 120 @@ -25,12 +23,5 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup ${{ matrix.rust-toolchain }} rust toolchain with caching - uses: brndnmtthws/rust-action@v1 - with: - toolchain: ${{ matrix.rust-toolchain }} - components: rustfmt, clippy - enable-sccache: "true" - - name: check semver uses: obi1kenobi/cargo-semver-checks-action@v2