Skip to content

Commit

Permalink
add rustup update script to rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
selfup committed Feb 21, 2025
1 parent 964414c commit a2fda71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Rustup Update
- run: rustup update
- name: OS Deps
run: "sudo apt-get update \
&& sudo apt-get install \
Expand Down

0 comments on commit a2fda71

Please sign in to comment.