Skip to content

Commit 1c39ee8

Browse files
committed
ci: upgrade rustup and use rustup install
Signed-off-by: Alex Chi <[email protected]>
1 parent 10c4677 commit 1c39ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: setup rust toolchain
17-
run: rustup toolchain install
17+
run: rustup update && rustup toolchain install
1818
- uses: taiki-e/install-action@nextest
1919
- uses: taiki-e/install-action@mdbook
2020
- name: patch for gh-pages build

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: setup rust toolchain
17-
run: rustup show
17+
run: rustup update && rustup toolchain install
1818
- uses: taiki-e/install-action@nextest
1919
- uses: taiki-e/install-action@mdbook
2020
- name: check and build

0 commit comments

Comments
 (0)