Skip to content

Commit

Permalink
Merge pull request #274 from ngtcp2/wine-run-i686
Browse files Browse the repository at this point in the history
GHA: Run tests for i686-w64-mingw32 host
  • Loading branch information
tatsuhiro-t authored Oct 18, 2024
2 parents 77baac6 + 9d47108 commit d10bb5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ jobs:
make -j$(nproc)
make -j$(nproc) check TESTS=""
- name: Run tests
if: matrix.host == 'x86_64-w64-mingw32'
run: |
export WINEPATH=/usr/x86_64-w64-mingw32/lib
export WINEPATH="/usr/${{ matrix.host }}/lib;$(winepath -w /usr/lib/x86_64-linux-gnu/wine/x86_64-windows)"
cd tests
wine main.exe
Expand Down

0 comments on commit d10bb5f

Please sign in to comment.