diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-03-17 17:41:58 -0700 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2020-03-17 17:42:23 -0700 |
| commit | 67ab201e2653dfbda1a3277317ed182e99d494c2 (patch) | |
| tree | 40d5b5535f106bca1c130e178f3bf1ef7c03d57f | |
| parent | 0ef99ac970729dac0de8ccb78eed8c1c74fcd350 (diff) | |
Use V8 binary build in Github Actions (#4412)
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7938c809..a0617aee3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: env: RUST_BACKTRACE: full RUSTC_WRAPPER: sccache + V8_BINARY: true steps: - name: Configure git |
