Skip to content
Snippets Groups Projects

Add model file size mismatch check and update version to 0.14

8 files
+ 86
16
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -85,6 +85,8 @@ jobs:
pip install meson ninja pytest
sudo apt-get update
sudo apt-get install gcc-mingw-w64 wine64
- name: Update PATH for wine
run: echo "/usr/lib/wine" >> "$GITHUB_PATH"
- name: mingw cross-compilation and testing
run: |
meson setup \
@@ -101,7 +103,6 @@ jobs:
name: MinGW cross compile Testlog
path: builddir_cross_win/meson-logs/testlog.txt
mingw-build-test:
runs-on: windows-latest
defaults:
Loading