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: