mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
ci: fix Address Sanitizer check (#2212)
This commit is contained in:
parent
a154612019
commit
82675fb068
5
.github/workflows/asan.yml
vendored
5
.github/workflows/asan.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install
|
||||
@ -33,6 +33,9 @@ jobs:
|
||||
toolchain: nightly
|
||||
components: rust-src
|
||||
|
||||
- name: Install rust-src
|
||||
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
|
||||
|
||||
- name: Cache cargo
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user