fix(workflow): disable npm cache

This commit is contained in:
Ax333l
2023-01-07 23:19:25 +01:00
committed by GitHub
parent 2fb3afd6e2
commit 3c0a58359d

View File

@ -23,7 +23,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "latest"
cache: 'npm'
- name: Setup Rust toolchain
id: rust-toolchain