mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-01 16:51:32 -05:00
run CI
This commit is contained in:
parent
be0ec9c4da
commit
e0e3c41c7a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
||||||
key:
|
key:
|
||||||
cargo-${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock', 'build.rs', 'git_submodule_status.txt') }}
|
cargo-${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock', 'build.rs', 'git_submodule_status.txt') }}
|
||||||
restore-keys:
|
restore-keys:
|
||||||
cargo-${{ matrix.config.target }}-${{ matrix.config.variant }}-
|
cargo-${{ matrix.config.target }}-${{ matrix.config.variant }}-1
|
||||||
|
|
||||||
- name: Install and start sccache
|
- name: Install and start sccache
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Reference in a new issue