diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2022-09-23 14:23:52 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-09-23 11:13:11 -0400 |
commit | efc6e40e2aa9d4a110655061af687caece52201a (patch) | |
tree | c01bcb214678c56978c9e9bfcd0c53e58ff13c5b | |
parent | f5283dd63fc40211a935330973a69aa8105aa920 (diff) | |
download | meson-efc6e40e2aa9d4a110655061af687caece52201a.zip meson-efc6e40e2aa9d4a110655061af687caece52201a.tar.gz meson-efc6e40e2aa9d4a110655061af687caece52201a.tar.bz2 |
Revert "CI: Add a temporary workaround for broken MSYS2 Python path separator behaviour"
This reverts commit 3fd2459a748cc9eed4be73132b002400da81cb0a.
The underlying issue has been fixed and deployed:
https://github.com/msys2-contrib/cpython-mingw/pull/107
-rw-r--r-- | .github/workflows/msys2.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index d8c6759..2e09aba 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -51,9 +51,6 @@ jobs: TOOLCHAIN: clang env: MESON_CI_JOBNAME: msys2-${{ matrix.NAME }} - # XXX: Otherwise unsetting MSYSTEM doesn't work - # https://github.com/msys2/msys2-runtime/pull/101#issuecomment-1255195675 - MSYS: noemptyenvvalues defaults: run: |