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:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
- uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
- uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
```
|
```
|
||||||
|
@ -26,6 +26,7 @@ jobs:
|
||||||
- clang-16
|
- clang-16
|
||||||
- mold
|
- mold
|
||||||
- rust
|
- rust
|
||||||
|
- git
|
||||||
- cargo
|
- cargo
|
||||||
- cargo-binstall
|
- cargo-binstall
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue