diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ec9daf1..1cbe79397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,10 +107,10 @@ jobs: with: swap-size-mb: 3072 root-reserve-mb: 6144 - remove-dotnet: 'true' - remove-codeql: 'true' - remove-haskell: 'true' - remove-docker-images: 'true' + remove-dotnet: "true" + remove-codeql: "true" + remove-haskell: "true" + remove-docker-images: "true" - name: Symlink target to C:\ if: ${{ runner.os == 'Windows' }} @@ -143,7 +143,7 @@ jobs: if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true' uses: ./.github/actions/setup-rust with: - restore-cache: 'false' + restore-cache: "false" - name: Run rustfmt if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true' @@ -162,10 +162,10 @@ jobs: with: swap-size-mb: 3072 root-reserve-mb: 6144 - remove-dotnet: 'true' - remove-codeql: 'true' - remove-haskell: 'true' - remove-docker-images: 'true' + remove-dotnet: "true" + remove-codeql: "true" + remove-haskell: "true" + remove-docker-images: "true" - name: Symlink target to C:\ if: ${{ runner.os == 'Windows' }} @@ -206,7 +206,7 @@ jobs: if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true' uses: actions-rs-plus/clippy-check@v2 with: - args: --workspace --all-features + args: --workspace --all-features --locked # test: # name: Test (${{ matrix.platform }})