ci/mingw: enable javascript support

This commit is contained in:
Kacper Michajłow
2024-06-05 21:20:27 +02:00
parent b6d7f778b8
commit ac5d27fce5
2 changed files with 10 additions and 2 deletions

View File

@@ -57,6 +57,11 @@ jobs:
sudo apt-get install -y ccache g++-mingw-w64 gcc-multilib nasm ninja-build pkg-config python3-pip wine wine32 wine64
sudo python3 -m pip install meson
- name: Install Meson Wraps
run: |
mkdir subprojects -p
meson wrap install mujs
- name: Build libraries
run: |
./ci/build-mingw64.sh