mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 09:31:45 -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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user