Try fixing sync-readme in CI.
This commit is contained in:
parent
e3b7e3c63c
commit
117405e226
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -38,7 +38,6 @@ jobs:
|
||||
name: Sync readme
|
||||
command: sync-readme
|
||||
args: --check
|
||||
components: cargo-sync-readme
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -59,6 +58,12 @@ jobs:
|
||||
default: true
|
||||
components: ${{matrix.command.components}}
|
||||
|
||||
- name: Install cargo-sync-readme
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: install
|
||||
args: cargo-sync-readme
|
||||
|
||||
- name: ${{matrix.command.name}}
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user