@@ -173,8 +173,8 @@ jobs:
173173 ~/.cargo/registry/index
174174 ~/.cargo/registry/cache
175175 ~/.cargo/git/db
176- key : ' 80 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
177- restore-keys : ' 80 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
176+ key : ' 82 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
177+ restore-keys : ' 82 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
178178 if : ' !(matrix.skip)'
179179 - uses : dsherret/rust-toolchain-file@v1
180180 if : ' !(matrix.skip)'
@@ -379,7 +379,7 @@ jobs:
379379 !./target/*/*.zip
380380 !./target/*/*.tar.gz
381381 key : never_saved
382- restore-keys : ' 80 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
382+ restore-keys : ' 82 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
383383 - name : Apply and update mtime cache
384384 if : ' !(matrix.skip) && (!startsWith(github.ref, '' refs/tags/'' ))'
385385 uses : ./.github/mtime_cache
@@ -744,7 +744,7 @@ jobs:
744744 !./target/*/gn_root
745745 !./target/*/*.zip
746746 !./target/*/*.tar.gz
747- key : ' 80 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
747+ key : ' 82 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
748748 lint :
749749 name : ' lint ${{ matrix.profile }} ${{ matrix.os }}-${{ matrix.arch }}'
750750 needs :
@@ -795,8 +795,8 @@ jobs:
795795 ~/.cargo/registry/index
796796 ~/.cargo/registry/cache
797797 ~/.cargo/git/db
798- key : ' 80 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
799- restore-keys : ' 80 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
798+ key : ' 82 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('' Cargo.lock'' ) }}'
799+ restore-keys : ' 82 -cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
800800 - uses : dsherret/rust-toolchain-file@v1
801801 - name : Install Deno
802802 uses : denoland/setup-deno@v2
@@ -813,7 +813,7 @@ jobs:
813813 !./target/*/*.zip
814814 !./target/*/*.tar.gz
815815 key : never_saved
816- restore-keys : ' 80 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
816+ restore-keys : ' 82 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
817817 - name : test_format.js
818818 if : matrix.os == 'linux'
819819 run : deno run --allow-write --allow-read --allow-run --allow-net ./tools/format.js --check
@@ -833,7 +833,7 @@ jobs:
833833 !./target/*/gn_root
834834 !./target/*/*.zip
835835 !./target/*/*.tar.gz
836- key : ' 80 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
836+ key : ' 82 -cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
837837 libs :
838838 name : build libs
839839 needs :
0 commit comments