mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-07 23:06:30 -05:00
multi-line
This commit is contained in:
parent
299895049b
commit
07711a97ee
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -245,8 +245,7 @@ jobs:
|
|||
if:
|
||||
(matrix.config.variant == 'debug' || matrix.config.variant == 'release') &&
|
||||
matrix.config.pointer_compression == true
|
||||
run:
|
||||
# Enable pointer_compression
|
||||
run: |
|
||||
sed -i 's/v8_enable_pointer_compression = false/v8_enable_pointer_compression = true/g' .gn
|
||||
${{ matrix.config.cargo }} test -vv --all-targets --locked ${{ env.CARGO_VARIANT_FLAG }} --target ${{ matrix.config.target }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue