diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7752bc0..83d1694 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,8 @@ jobs: - name: Checkout Polaris uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - components: llvm-tools-preview + with: + components: llvm-tools-preview - name: Install grcov run: cargo install grcov - name: Run tests