Skip to content

Commit a2fda71

Browse files
committed
add rustup update script to rust.yml
1 parent 964414c commit a2fda71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
- name: Rustup Update
20+
- run: rustup update
1921
- name: OS Deps
2022
run: "sudo apt-get update \
2123
&& sudo apt-get install \

0 commit comments

Comments
 (0)