🐛 Fix release dependency version

This commit is contained in:
Tw93
2025-09-07 00:37:46 +08:00
parent b8f7b0fe61
commit 671691992c
5 changed files with 11 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ jobs:
- name: Setup Node.js Environment
uses: ./.github/actions/setup-env
with:
mode: node-only
mode: ${{ matrix.build == 'linux' && 'full' || 'node-only' }}
- name: Rust cache restore
uses: actions/cache/restore@v4.2.0