Skip to content

Commit

Permalink
Add rustup update to CI build-test job
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Nov 29, 2021
1 parent 6435704 commit 65b899b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
profile: minimal
override: true
components: rustfmt, clippy
- name: Update rust
run: rustup update
- name: Build
run: cargo build --features ${{ matrix.features }} --locked
- name: Clippy
Expand Down

0 comments on commit 65b899b

Please sign in to comment.