mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 14:51:48 -03:00
fix: missing npm ci on release yml
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
with:
|
||||
node-version: '22'
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
|
||||
# ONLY RUNS ON LINUX: Required for pacman/bsdtar
|
||||
- name: Install Linux build dependencies
|
||||
|
||||
Reference in New Issue
Block a user