fix: Disable Node cache for reliability
This commit is contained in:
2
.github/workflows/build-mips.yml
vendored
2
.github/workflows/build-mips.yml
vendored
@@ -20,8 +20,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: '**/package-lock.json'
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
|
||||
Reference in New Issue
Block a user