Skip to content

Commit

Permalink
Take out the updates step for now (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris authored Feb 16, 2024
1 parent 3c69b74 commit bf3b97e
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,6 @@ jobs:
- name: Clippy
run: cargo clippy --tests --examples --benches --all-features -- -D warnings

upgrades:
needs: build
runs-on: ubuntu-latest

steps:
- name: Restore Check Deps
id: cache-build-deps-restore
uses: actions/cache/restore@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ needs.build.outputs.cache-key }}
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Cargo Edit
run: cargo install cargo-edit
- name: Cargo upgrade
run: cargo upgrade --locked

test:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf3b97e

Please sign in to comment.