mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +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:
|
||||
CARGO_TERM_COLOR: always
|
||||
DEV_VERSION: 2
|
||||
STABLE_VERSION: 1
|
||||
OLDSTABLE_VERSION: 0.5
|
||||
OLDOLDSTABLE_VERSION: 0.4
|
||||
STABLE_VERSION: 2
|
||||
OLDSTABLE_VERSION: 1
|
||||
OLDOLDSTABLE_VERSION: 0.5
|
||||
OLDOLDOLDSTABLE_VERSION: 0.4
|
||||
|
||||
jobs:
|
||||
# Run cargo xtask format-check
|
||||
|
|
Loading…
Reference in a new issue