mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
Use V8 binary build in Github Actions (#4412)
This commit is contained in:
parent
0ef99ac970
commit
67ab201e26
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
env:
|
||||
RUST_BACKTRACE: full
|
||||
RUSTC_WRAPPER: sccache
|
||||
V8_BINARY: true
|
||||
|
||||
steps:
|
||||
- name: Configure git
|
||||
|
|
Loading…
Reference in a new issue