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
This commit is part of merge request !35. Comments created here will be created in the context of that merge request.
...@@ -85,6 +85,8 @@ jobs: ...@@ -85,6 +85,8 @@ jobs:
pip install meson ninja pytest pip install meson ninja pytest
sudo apt-get update sudo apt-get update
sudo apt-get install gcc-mingw-w64 wine64 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 - name: mingw cross-compilation and testing
run: | run: |
meson setup \ meson setup \
...@@ -101,7 +103,6 @@ jobs: ...@@ -101,7 +103,6 @@ jobs:
name: MinGW cross compile Testlog name: MinGW cross compile Testlog
path: builddir_cross_win/meson-logs/testlog.txt path: builddir_cross_win/meson-logs/testlog.txt
mingw-build-test: mingw-build-test:
runs-on: windows-latest runs-on: windows-latest
defaults: defaults:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment