docs: Update README to include git and next version number
All checks were successful
/ test (push) Successful in 5s
All checks were successful
/ test (push) Successful in 5s
Signed-off-by: kemitix <pcampbell@kemitix.net>
This commit is contained in:
parent
b47fefcbf5
commit
86b4cfec69
1 changed files with 3 additions and 2 deletions
|
@ -12,10 +12,10 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||
with:
|
||||
args: test
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||
with:
|
||||
args: build
|
||||
```
|
||||
|
@ -26,6 +26,7 @@ jobs:
|
|||
- clang-16
|
||||
- mold
|
||||
- rust
|
||||
- git
|
||||
- cargo
|
||||
- cargo-binstall
|
||||
|
||||
|
|
Loading…
Reference in a new issue