wasm CI fixes

This commit is contained in:
Lynix
2023-02-05 11:13:16 +01:00
parent f20af22f03
commit 63429cba62
4 changed files with 2 additions and 226 deletions

View File

@@ -71,7 +71,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=n --tests=y --yes
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --assimp=n --ffmpeg=n --shadernodes=n --tests=y --yes
# Build the engine
- name: Build Nazara
@@ -79,7 +79,7 @@ jobs:
# Setup installation configuration
- name: Configure xmake for installation
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=n --tests=y --yes
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --assimp=n --ffmpeg=n --shadernodes=n --tests=y --yes
# Install the result files
- name: Install Nazara