mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-08 07:16:31 -05:00
typo
This commit is contained in:
parent
3eaea688e5
commit
299895049b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -247,7 +247,7 @@ jobs:
|
|||
matrix.config.pointer_compression == true
|
||||
run:
|
||||
# Enable pointer_compression
|
||||
sed -i 's/v8_enable_pointer_compression = false/v8_enable_pointer_compression = true/s' .gn
|
||||
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 }}
|
||||
|
||||
- name: Clippy
|
||||
|
|
Loading…
Add table
Reference in a new issue