1
0
Fork 0
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:
Bert Belder 2020-03-17 17:41:58 -07:00
parent 0ef99ac970
commit 67ab201e26
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -30,6 +30,7 @@ jobs:
env:
RUST_BACKTRACE: full
RUSTC_WRAPPER: sccache
V8_BINARY: true
steps:
- name: Configure git