Skip to content
Snippets Groups Projects
Commit 0702169e authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

test.yml: fix wine PATH for MinGW build

parent 3321f1d8
No related branches found
No related tags found
1 merge request!35Add model file size mismatch check and update version to 0.14
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment