fix: missing npm ci on release yml

This commit is contained in:
Fazri Gading
2026-01-25 17:40:26 +08:00
parent 0a97ac95fc
commit 86d617a4d3

View File

@@ -30,6 +30,7 @@ jobs:
with: with:
node-version: '22' node-version: '22'
cache: 'npm' cache: 'npm'
- run: npm ci
# ONLY RUNS ON LINUX: Required for pacman/bsdtar # ONLY RUNS ON LINUX: Required for pacman/bsdtar
- name: Install Linux build dependencies - name: Install Linux build dependencies