mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -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:
|
env:
|
||||||
RUST_BACKTRACE: full
|
RUST_BACKTRACE: full
|
||||||
RUSTC_WRAPPER: sccache
|
RUSTC_WRAPPER: sccache
|
||||||
|
V8_BINARY: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
|
|
Loading…
Add table
Reference in a new issue