Try fixing sync-readme in CI.

This commit is contained in:
Sebastian Schmidt 2022-03-16 16:26:11 +02:00
parent e9ebb211e0
commit ddd088a1ee

View File

@ -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: