From ddd088a1eebf10dbb10b015102da01aa1fb9da6f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 16 Mar 2022 16:26:11 +0200 Subject: [PATCH] Try fixing sync-readme in CI. --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c29ca8..bb46831 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: