mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Do the book trick
This commit is contained in:
parent
c3884e212c
commit
963c8e340b
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -12,9 +12,10 @@ on:
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
DEV_VERSION: 2
|
DEV_VERSION: 2
|
||||||
STABLE_VERSION: 1
|
STABLE_VERSION: 2
|
||||||
OLDSTABLE_VERSION: 0.5
|
OLDSTABLE_VERSION: 1
|
||||||
OLDOLDSTABLE_VERSION: 0.4
|
OLDOLDSTABLE_VERSION: 0.5
|
||||||
|
OLDOLDOLDSTABLE_VERSION: 0.4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Run cargo xtask format-check
|
# Run cargo xtask format-check
|
||||||
|
|
Loading…
Reference in a new issue