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