diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ba6325..c2d5fe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Set up toolchain - run: rustup show + run: rustup install - name: Test run: cargo test --all-features --workspace diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 423c3e8..72fef32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Set up toolchain - run: rustup show + run: rustup install - name: Release run: gh release create ${{ github.ref_name }} --generate-notes env: