diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a56aa35..7593d9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Ensure code generation same if: matrix.config.kind == 'test_debug' run: | - cargo install cargo-clone --version 1.1.0 --locked + cargo install cargo-clone --version 1.2.1 --locked chmod +x ./scripts/generate.ts ./scripts/generate.ts echo Checking for git changes...