Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JCWasmx86 committed Feb 1, 2025
1 parent af0c26c commit 2f4e122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
pip install pygls lsprotocol
meson setup _build -Doptimization=3 -Ddebug=true -Db_lto=true
ninja -C _build
sed -i "1i import sys" /d/a/_temp/msys64/mingw64/lib/python3.11/site-packages/pygls/client.py
sed -i "s/stderr=asyncio.subprocess.PIPE/stderr=sys.stderr/g" /d/a/_temp/msys64/mingw64/lib/python3.11/site-packages/pygls/client.py
sed -i "1i import sys" /d/a/_temp/msys64/mingw64/lib/python3.12/site-packages/pygls/client.py
sed -i "s/stderr=asyncio.subprocess.PIPE/stderr=sys.stderr/g" /d/a/_temp/msys64/mingw64/lib/python3.12/site-packages/pygls/client.py
ninja -C _build test || (cat _build/meson-logs/testlog.txt && exit 1)
cat _build/meson-logs/testlog.txt
_build/tests/libcxathrow/cxathrowtest.exe
Expand Down

0 comments on commit 2f4e122

Please sign in to comment.