Fix emscripten CI job.

This commit is contained in:
Bartosz Taudul
2026-04-10 17:06:34 +02:00
parent 00a069d608
commit 82560c8c0e

View File

@@ -16,9 +16,9 @@ jobs:
container: archlinux:base-devel
steps:
- name: Install dependencies
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed cmake git unzip python ninja zstd
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed cmake git unzip python ninja zstd nodejs
- name: Setup emscripten
uses: mymindstorm/setup-emsdk@v14
uses: emscripten-core/setup-emsdk@v16
with:
version: 4.0.10
- name: Trust git repo