.gitea/workflows/test.yaml aktualisiert
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 4m47s
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 4m47s
This commit is contained in:
parent
f7eb22f6ff
commit
ab095b9faf
1 changed files with 4 additions and 0 deletions
|
@ -13,5 +13,9 @@ jobs:
|
|||
steps:
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
|
||||
- uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
Loading…
Reference in a new issue