ci: fix Address Sanitizer check (#2212)

This commit is contained in:
LongYinan 2024-08-10 14:37:02 +08:00 committed by GitHub
parent a154612019
commit 82675fb068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: