is this a correct gh actions url?
Some checks failed
Build and Test / run_tests (push) Failing after 1m49s
Spellcheck / spellcheck (push) Failing after 7m0s
UB test / run_miri (push) Successful in 1m32s
Documentation / build_docs (push) Failing after 3s
Documentation / deploy_github_pages (push) Has been skipped
Some checks failed
Build and Test / run_tests (push) Failing after 1m49s
Spellcheck / spellcheck (push) Failing after 7m0s
UB test / run_miri (push) Successful in 1m32s
Documentation / build_docs (push) Failing after 3s
Documentation / deploy_github_pages (push) Has been skipped
This commit is contained in:
parent
e5bf5fed60
commit
0395393da7
4 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install rustup
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install rustup
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install rustup
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue