diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-06-07 10:25:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-07 11:25:10 +0200 |
| commit | 9385a913125df07f5216322e0b18aec1c6883957 (patch) | |
| tree | 88705e174bf9ba5626a3c9a80911a56e77294682 /.github | |
| parent | cfb6067f9bc0900a7d7fc6c75f19930542ed679c (diff) | |
refactor(core): Move Deno.core bindings to ops (#14793)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1a421f6a..53f4a5ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: ~/.cargo/registry/index ~/.cargo/registry/cache ~/.cargo/git/db - key: 14-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} + key: 15-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} # In main branch, always creates fresh cache - name: Cache build output (main) @@ -251,7 +251,7 @@ jobs: !./target/*/*.zip !./target/*/*.tar.gz key: | - 14-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} + 15-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} # Restore cache from the latest 'main' branch build. - name: Cache build output (PR) @@ -267,7 +267,7 @@ jobs: !./target/*/*.tar.gz key: never_saved restore-keys: | - 14-cargo-target-${{ matrix.os }}-${{ matrix.profile }}- + 15-cargo-target-${{ matrix.os }}-${{ matrix.profile }}- # Don't save cache after building PRs or branches other than 'main'. - name: Skip save cache (PR) |
