Loading .github/workflows/ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,8 @@ jobs: restore-keys: | index-${{ runner.os }}- - run: cargo generate-lockfile - run: | cargo update -p cc --precise 1.0.94 - uses: actions/cache@v4 with: path: ~/.cargo/registry/cache Loading Loading
.github/workflows/ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,8 @@ jobs: restore-keys: | index-${{ runner.os }}- - run: cargo generate-lockfile - run: | cargo update -p cc --precise 1.0.94 - uses: actions/cache@v4 with: path: ~/.cargo/registry/cache Loading