We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c4677 commit 1c39ee8Copy full SHA for 1c39ee8
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: setup rust toolchain
17
- run: rustup toolchain install
+ run: rustup update && rustup toolchain install
18
- uses: taiki-e/install-action@nextest
19
- uses: taiki-e/install-action@mdbook
20
- name: patch for gh-pages build
.github/workflows/pr.yml
- run: rustup show
- name: check and build
0 commit comments